Skip to content

Commit 709eee4

Browse files
chore(deps): update dependency go to 1.26.x
1 parent 43cf5b5 commit 709eee4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Go
2525
uses: actions/setup-go@v1
2626
with:
27-
go-version: 1.14.x
27+
go-version: 1.26.x
2828
- name: Run GoReleaser
2929
uses: goreleaser/goreleaser-action@v1
3030
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install Go
3232
uses: actions/setup-go@v1
3333
with:
34-
go-version: 1.14.x
34+
go-version: 1.26.x
3535
- name: Check out code into the Go module directory
3636
uses: actions/checkout@v1
3737
- name: Tidy check

0 commit comments

Comments
 (0)