We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd98d2 commit c06bad4Copy full SHA for c06bad4
.github/workflows/go.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go
17
uses: actions/setup-go@v3
18
with:
19
- go-version: 1.14
+ go-version: 1.26
20
21
- name: Test
22
run: go test -v ./...
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
- go-version: 1.15
34
35
36
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
- go-version: 1.16
47
48
49
0 commit comments