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 af81c92 commit 62c554d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/setup-go@v4
with:
go-version: 'stable'
- uses: actions/cache@v1
with:
path: ~/go/pkg/mod
Expand Down

0 comments on commit 62c554d

Please sign in to comment.