We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fde8fe commit a715fc4Copy full SHA for a715fc4
.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.yaml
@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
go-version: ^${{ matrix.go }}
22
- name: Check out code into the Go module directory
0 commit comments