We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97cdaed + 7123a25 commit 344d35dCopy full SHA for 344d35d
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
# Allow goreleaser to access older tag information.
23
fetch-depth: 0
24
- - uses: actions/setup-go@v3
+ - uses: actions/setup-go@v4
25
26
go-version-file: 'go.mod'
27
cache: true
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v3
18
19
- name: Set up Go
20
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v4
go-version: 1.19
0 commit comments