File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
- name : Set up Go
27
27
uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
28
28
with :
29
- go-version : " 1.23 "
29
+ go-version : " 1.24 "
30
30
31
31
- name : Build
32
32
run : go build .
44
44
fail-fast : false
45
45
matrix :
46
46
os : [ubuntu-latest, macos-latest, windows-latest]
47
- go : ["1.21", "1.22", "1.23"]
47
+ go : ["1.21", "1.22", "1.23", "1.24" ]
48
48
tags : ["", "viper_finder", "viper_bind_struct"]
49
49
50
50
steps :
@@ -75,12 +75,12 @@ jobs:
75
75
- name : Set up Go
76
76
uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
77
77
with :
78
- go-version : " 1.23 "
78
+ go-version : " 1.24 "
79
79
80
80
- name : Lint
81
81
uses : golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
82
82
with :
83
- version : v1.60.3
83
+ version : v1.64.5
84
84
85
85
dev :
86
86
name : Developer environment
You can’t perform that action at this time.
0 commit comments