Skip to content

Commit

Permalink
Update setup-go action
Browse files Browse the repository at this point in the history
  • Loading branch information
hdecarne committed Oct 19, 2024
1 parent a37654b commit 373881b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version-file: 'go.mod'
check-latest: true
cache: false
- name: Set up Caching
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 373881b

Please sign in to comment.