Skip to content

Commit

Permalink
go-build-action: bump go and cache versions
Browse files Browse the repository at this point in the history
  • Loading branch information
julieta-311 committed Dec 19, 2024
1 parent 09fd3f5 commit 06b143b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache go deps
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashfiles('**/go.sum') }}
Expand All @@ -25,7 +25,7 @@ jobs:
uses: actions/setup-go@v5
with:
cache: true
go-version: 1.22
go-version: 1.23
env:
GOFLAGS: -mod=mod

Expand Down

0 comments on commit 06b143b

Please sign in to comment.