We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2101f2e commit 820ee93Copy full SHA for 820ee93
3 files changed
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
28
# Install Go
29
- name: Setup go
30
- uses: actions/setup-go@v6.2.0
+ uses: actions/setup-go@v6.3.0
31
with:
32
go-version: 1.26.0
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