File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
name : Test
21
21
strategy :
22
22
matrix :
23
- go-version : [1.22 .x, 1.23 .x]
23
+ go-version : [1.23 .x, 1.24 .x]
24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : Set up Go 1.x
43
43
- name : Run linter
44
44
uses : golangci/golangci-lint-action@v6
45
45
with :
46
- version : v1.61.0
46
+ version : v1.64.4
47
47
args : -E=gofmt --timeout=30m0s
48
48
regenerate :
49
49
name : Regenerate
54
54
- name : Set up Go 1.x
55
55
uses : actions/setup-go@v5
56
56
with :
57
- go-version : 1.23 .x
57
+ go-version : 1.24 .x
58
58
- name : Install schematyper
59
59
run : |
60
60
# "go install github.com/idubinskiy/schematyper:latest" fails with
Original file line number Diff line number Diff line change 20
20
name : Test ignition-validate
21
21
strategy :
22
22
matrix :
23
- go-version : [1.23 .x]
23
+ go-version : [1.24 .x]
24
24
os : [macos-latest, windows-latest]
25
25
runs-on : ${{ matrix.os }}
26
26
steps :
You can’t perform that action at this time.
0 commit comments