We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f07a8 commit 1893adeCopy full SHA for 1893ade
.github/workflows/go.yml
@@ -18,7 +18,11 @@ jobs:
18
steps:
19
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
20
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
21
- - run: just go-lint --verbose --timeout=10m
+ - name: Setup Go
22
+ uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
23
+ with:
24
+ go-version: '1.24.0'
25
+ - run: just go-lint --verbose --timeout=10m --go 1.24.0
26
27
fmt:
28
runs-on: ubuntu-22.04
0 commit comments