Skip to content

Commit c06bad4

Browse files
chore(deps): update dependency go to 1.26
1 parent fcd98d2 commit c06bad4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v3
1818
with:
19-
go-version: 1.14
19+
go-version: 1.26
2020

2121
- name: Test
2222
run: go test -v ./...
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Go
3131
uses: actions/setup-go@v3
3232
with:
33-
go-version: 1.15
33+
go-version: 1.26
3434

3535
- name: Test
3636
run: go test -v ./...
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up Go
4444
uses: actions/setup-go@v3
4545
with:
46-
go-version: 1.16
46+
go-version: 1.26
4747

4848
- name: Test
4949
run: go test -v ./...

0 commit comments

Comments
 (0)