Skip to content

Commit 82386f6

Browse files
authored
ci: upgrade go 1.26 (#6)
1 parent a144853 commit 82386f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v3
1919
with:
20-
go-version: ^1.18
20+
go-version: ^1.26
2121

2222
- name: Build
2323
run: go build -v ./...

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Go
1212
uses: actions/setup-go@v3
1313
with:
14-
go-version: ^1.18
14+
go-version: ^1.26
1515

1616
- name: Build
1717
run: go build -v ./...
@@ -67,7 +67,7 @@ jobs:
6767
id: go
6868
uses: actions/setup-go@v2
6969
with:
70-
go-version: ^1.18
70+
go-version: ^1.26
7171

7272
- name: Create release notes
7373
run: |

0 commit comments

Comments
 (0)