Skip to content

Commit e2e262f

Browse files
committed
chore: update go ver
1 parent ffbcafa commit e2e262f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/gomod2nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@master
2222
with:
23-
go-version: "1.25"
23+
go-version: "^1.26"
2424

2525
- name: Check out code into the Go module directory
2626
uses: actions/checkout@master

.github/workflows/lib_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup Go environment
4141
uses: actions/setup-go@master
4242
with:
43-
go-version: '^1.25'
43+
go-version: '^1.26'
4444

4545
- name: Cache downloaded module
4646
uses: actions/cache@master

.github/workflows/lib_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
go-version:
1212
required: false
1313
type: string
14-
default: '^1.25'
14+
default: '^1.26'
1515
fetch-depth:
1616
required: false
1717
type: number

.github/workflows/lib_run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
go-version:
99
required: false
1010
type: string
11-
default: '^1.25'
11+
default: '^1.26'
1212
fetch-depth:
1313
required: false
1414
type: number

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@master
2020
with:
21-
go-version: '1.25'
21+
go-version: '1.26'
2222

2323
- name: Run GoReleaser
2424
uses: goreleaser/goreleaser-action@master

0 commit comments

Comments
 (0)