Skip to content

Commit

Permalink
Github actions/setup-go@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwhatcott committed Oct 26, 2023
1 parent a9835d1 commit c31f23c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: 1.18
check-latest: true
go-version: 'stable'
- uses: actions/cache@v1
with:
path: ~/go/pkg/mod
Expand Down

0 comments on commit c31f23c

Please sign in to comment.