We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4644b05 commit 18e594eCopy full SHA for 18e594e
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Go
16
uses: actions/setup-go@v4
17
with:
18
- go-version: '1.20'
+ go-version: '1.24.x'
19
20
- name: Build
21
run: go build ./...
go.mod
@@ -1,6 +1,8 @@
1
module github.com/devlink
2
3
-go 1.24.3
+go 1.24.0
4
+
5
+toolchain go1.24.6
6
7
require (
8
github.com/openziti/zrok v1.1.3
0 commit comments