File tree 4 files changed +7
-6
lines changed
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
16
- - name : Set up Go 1.21
16
+ - name : Set up Go 1.23
17
17
uses : actions/setup-go@v5
18
18
with :
19
- go-version : 1.21
19
+ go-version : 1.23
20
20
id : go
21
21
22
22
- name : Check out code into the Go module directory
Original file line number Diff line number Diff line change 16
16
- name : Setup GO
17
17
uses : actions/setup-go@v5
18
18
with :
19
- go-version : 1.21
19
+ go-version : 1.23
20
20
- name : Build project
21
21
env :
22
22
CGO_ENABLED : " 0"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ stages:
11
11
12
12
variables :
13
13
VMSHED_VERSION : v0.22.1
14
- GO_VERSION : " 1.21 "
14
+ GO_VERSION : " 1.23 "
15
15
BUILD_HELPERS_VERSION : cad23b57db14b7676808fa645c4561bc66c3e204
16
16
17
17
prepare-bins :
85
85
stage : test
86
86
rules :
87
87
- if : $CI_MERGE_REQUEST_ID
88
- image : golangci/golangci-lint:v1.59
88
+ image : golangci/golangci-lint:v1.63
89
89
variables :
90
90
GOPATH : $CI_PROJECT_DIR/.mygo
91
91
script :
Original file line number Diff line number Diff line change 1
1
module github.com/LINBIT/virter
2
2
3
- go 1.21
3
+ go 1.23.0
4
+
4
5
toolchain go1.23.4
5
6
6
7
require (
You can’t perform that action at this time.
0 commit comments