We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d47b42f commit 231200dCopy full SHA for 231200d
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
28
# Install Go
29
- name: Setup go
30
- uses: actions/setup-go@v5.4.0
+ uses: actions/setup-go@v5.5.0
31
with:
32
go-version: 1.24.2
33
.github/workflows/docker.yml
@@ -20,7 +20,7 @@ jobs:
20
21
fetch-depth: 0
22
23
24
25
go-version: 1.19
26
- name: Change version
.github/workflows/goreleaser.yml
@@ -16,7 +16,7 @@ jobs:
16
17
-
18
name: Set up Go
19
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6.3.0
0 commit comments