Skip to content

Commit

Permalink
test: fallback to setup-go v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rramiachraf committed Mar 6, 2024
1 parent 647e756 commit e42c02c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- run: export PATH=${PATH}:`go env GOPATH`/bin
- uses: actions/setup-go@v4
- name: Build
run: make build
- name: Test
Expand Down

0 comments on commit e42c02c

Please sign in to comment.