Skip to content

Commit 18e594e

Browse files
committed
fix build
1 parent 4644b05 commit 18e594e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v4
1717
with:
18-
go-version: '1.20'
18+
go-version: '1.24.x'
1919

2020
- name: Build
2121
run: go build ./...

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/devlink
22

3-
go 1.24.3
3+
go 1.24.0
4+
5+
toolchain go1.24.6
46

57
require (
68
github.com/openziti/zrok v1.1.3

0 commit comments

Comments
 (0)