Skip to content

Commit

Permalink
Merge pull request #1545 from hendrywiranto/update-setupgo-v5
Browse files Browse the repository at this point in the history
Update Github workflows setup-go to V5
  • Loading branch information
brackendawson committed Feb 21, 2024
2 parents 7caada5 + 898b77d commit 7c847e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4.1.0
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go_version }}
- run: ./.ci.gogenerate.sh
Expand All @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4.1.0
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go_version }}
- run: go test -v -race ./...

0 comments on commit 7c847e2

Please sign in to comment.