We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2451987 commit f08c1bcCopy full SHA for f08c1bc
.github/workflows/go.yml
@@ -17,7 +17,8 @@ jobs:
17
- name: Setup go
18
uses: actions/setup-go@v5
19
with:
20
- go-version: "stable"
+ go-version-file: go.mod
21
+ check-latest: true
22
- name: Setup golangci-lint
23
uses: golangci/golangci-lint-action@v3
24
.github/workflows/goreleaser.yml
@@ -19,7 +19,8 @@ jobs:
- name: Set up Go
- name: Run GoReleaser
25
uses: goreleaser/goreleaser-action@v5
26
0 commit comments