We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a144853 commit 82386f6Copy full SHA for 82386f6
.github/workflows/go.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Go
18
uses: actions/setup-go@v3
19
with:
20
- go-version: ^1.18
+ go-version: ^1.26
21
22
- name: Build
23
run: go build -v ./...
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
15
16
@@ -67,7 +67,7 @@ jobs:
67
id: go
68
uses: actions/setup-go@v2
69
70
71
72
- name: Create release notes
73
run: |
0 commit comments