We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de90d4 commit e516152Copy full SHA for e516152
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
28
# Install Go
29
- name: Setup go
30
- uses: actions/setup-go@v5.2.0
+ uses: actions/setup-go@v5.3.0
31
with:
32
go-version: 1.21.3
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.1.0
0 commit comments