We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6cbf4d commit c4d82bfCopy full SHA for c4d82bf
2 files changed
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v4
17
18
- name: Build
19
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v5
20
with:
21
go-version: "1.22" # The Go version to download (if necessary) and use.
22
- run: go version
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
# update-file: .version
25
26
27
28
29
30
0 commit comments