Skip to content

Commit

Permalink
Fix ci warning (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
HTHou authored Jul 17, 2024
1 parent 6c93b2c commit 7023197
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,13 @@ jobs:
go: '1.13'
steps:

- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}

- name: Check out code into the Go module directory
uses: actions/checkout@v4

- name: Get dependencies
run: |
go get -v -t -d ./...
Expand All @@ -51,10 +50,6 @@ jobs:
if: matrix.os == 'windows-latest'
run: choco install curl -y

- name: Install curl on macOS
if: matrix.os == 'macos-latest'
run: brew install curl

- name: Build
run: |
make generate
Expand Down

0 comments on commit 7023197

Please sign in to comment.