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 298cc8c commit aabd8a7Copy full SHA for aabd8a7
.github/workflows/go.yml
@@ -24,13 +24,17 @@ jobs:
24
- name: Set up Go
25
uses: actions/setup-go@v4
26
with:
27
- go-version: '~1.25.0-rc.1'
+ go-version: '~1.25.0-rc.2'
28
29
- name: Build
30
run: go tool mage -v compile
31
- name: Golangci-lint
32
uses: golangci/[email protected]
33
- with: {}
+ with:
34
+ # needed to build it from source so it uses 1.25rc
35
+ install-mode: goinstall
36
+ # https://github.com/golangci/golangci-lint/pull/5872
37
+ version: 5971d1c3110cef16b9b24a37878240e835047229
38
- name: Other Lint
39
run: go tool mage -v lint:other
40
- name: Test
0 commit comments