We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0809a3c commit bb58d7aCopy full SHA for bb58d7a
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
fetch-depth: 0
17
- name: Set up Go
18
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
19
- name: Run GoReleaser
20
uses: goreleaser/goreleaser-action@v5
21
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Set up Go 1.x
22
go-version: ^${{ matrix.go }}
23
- name: Check out code into the Go module directory
0 commit comments