Skip to content

Commit 1893ade

Browse files
committed
setup go
Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
1 parent b3f07a8 commit 1893ade

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/go.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2020
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
21-
- run: just go-lint --verbose --timeout=10m
21+
- 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
2226

2327
fmt:
2428
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)