Skip to content

Commit

Permalink
use setup-go v3 gh action with go v1.23.1
Browse files Browse the repository at this point in the history
Signed-off-by: Predrag Rogic <[email protected]>
  • Loading branch information
prezha authored and poiana committed Sep 20, 2024
1 parent fca56f5 commit 490b030
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
fetch-depth: 0

- name: Setup Go
uses: actions/setup-go@v1
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.23.1

- name: Build
run: make build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.23.1

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
Expand Down

0 comments on commit 490b030

Please sign in to comment.