Skip to content

Commit de93951

Browse files
committed
chore(deps): update dependency go to 1.24
1 parent b085167 commit de93951

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go 1.16
2626
uses: actions/setup-go@v2
2727
with:
28-
go-version: 1.16
28+
go-version: 1.24
2929
- name: Checkout source
3030
uses: actions/checkout@v2
3131
# Build all binaries but cross-compile the config generation binary for both Linux & Windows

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: Set up Go 1.16
3737
uses: actions/setup-go@v2
3838
with:
39-
go-version: 1.16
39+
go-version: 1.24
4040
-
4141
name: Run GoReleaser
4242
uses: goreleaser/goreleaser-action@v2

0 commit comments

Comments
 (0)