We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d7ed8 commit 89fa6b6Copy full SHA for 89fa6b6
.github/workflows/release.yaml
@@ -26,7 +26,7 @@ jobs:
26
name: Set up Go
27
uses: actions/setup-go@v2
28
with:
29
- go-version: 1.17
+ go-version: 1.18
30
-
31
name: Cache Go modules
32
uses: actions/cache@v1
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Go
18
19
20
21
22
- name: Build
23
run: go build -v ./...
0 commit comments