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.
1 parent 639040e commit aacf395Copy full SHA for aacf395
.github/workflows/ci.yaml
@@ -14,7 +14,7 @@ jobs:
14
- name: Checkout
15
uses: actions/checkout@v4
16
- name: Setup Go
17
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
18
- name: Run go vet
19
run: go vet ./...
20
- name: Run go build
.github/workflows/release-test.yaml
with:
fetch-depth: 0
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@v6
.github/workflows/release.yaml
@@ -13,7 +13,7 @@ jobs:
13
0 commit comments