We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc97b65 commit 17bc85cCopy full SHA for 17bc85c
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
28
# Install Go
29
- name: Setup go
30
- uses: actions/setup-go@v6.1.0
+ uses: actions/setup-go@v6.2.0
31
with:
32
go-version: 1.25.5
33
.github/workflows/docker.yml
@@ -26,7 +26,7 @@ jobs:
26
fetch-depth: 0
go-version-file: go.mod
- name: Change version
.github/workflows/goreleaser.yml
@@ -16,7 +16,7 @@ jobs:
16
17
-
18
name: Set up Go
19
20
21
22
0 commit comments