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 7c8ed36 commit 6292801Copy full SHA for 6292801
.github/workflows/go-test.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Go
21
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
22
with:
23
- go-version: "1.24"
+ go-version-file: go.mod
24
check-latest: true
25
26
- name: Setup Buf
.github/workflows/golangci-lint.yaml
@@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
- go-version: 'stable'
27
cache: false
28
29
- run: |
0 commit comments