Skip to content

Commit 6f13c16

Browse files
chore(deps): update dependency go to 1.26
1 parent 423b5ee commit 6f13c16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go 1.19
1717
uses: actions/setup-go@0caeaed6fd66a828038c2da3c0f662a42862658f # v1.1.3
1818
with:
19-
go-version: 1.19
19+
go-version: 1.26
2020
id: go
2121

2222
- name: Check out code into the Go module directory

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2.2.0
1818
with:
19-
go-version: 1.19
19+
go-version: 1.26
2020
- name: Run GoReleaser
2121
uses: goreleaser/goreleaser-action@b953231f81b8dfd023c58e0854a721e35037f28b # v2.9.1
2222
with:

0 commit comments

Comments
 (0)