Skip to content

Commit 490b030

Browse files
prezhapoiana
authored andcommitted
use setup-go v3 gh action with go v1.23.1
Signed-off-by: Predrag Rogic <prezha@users.noreply.github.com>
1 parent fca56f5 commit 490b030

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: Setup Go
19-
uses: actions/setup-go@v1
19+
uses: actions/setup-go@v3
2020
with:
21-
go-version: 1.21
21+
go-version: 1.23.1
2222

2323
- name: Build
2424
run: make build

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Go
3232
uses: actions/setup-go@v3
3333
with:
34-
go-version: 1.21
34+
go-version: 1.23.1
3535

3636
- name: Run GoReleaser
3737
uses: goreleaser/goreleaser-action@v3

0 commit comments

Comments
 (0)