We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 659b7e4 commit 25b3327Copy full SHA for 25b3327
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
name: Set up Go
23
uses: actions/setup-go@v5
24
with:
25
- go-version: "1.21"
+ go-version-file: go.mod
26
27
# if tag release
28
-
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
13
- uses: actions/setup-go@v5
14
15
- go-version: '1.21'
16
cache: false
17
18
- name: go get
0 commit comments