File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2020
2121 - uses : actions/setup-go@v5
2222 with :
23- go-version : ' 1.23 .x'
23+ go-version : ' 1.24 .x'
2424 cache-dependency-path : ./internal/generator/go.sum
2525
2626 - name : generate
Original file line number Diff line number Diff line change 2020
2121 - uses : actions/setup-go@v5
2222 with :
23- go-version : ' 1.23 .x'
23+ go-version : ' 1.24 .x'
2424
2525 - name : Test
2626 run : go test ./...
4040
4141 - uses : actions/setup-go@v5
4242 with :
43- go-version : ' 1.23 .x'
43+ go-version : ' 1.24 .x'
4444
4545 - name : Test
4646 working-directory : ./internal/generator
Original file line number Diff line number Diff line change 1818
1919 - uses : actions/setup-go@v5
2020 with :
21- go-version : ' 1.23 .x'
21+ go-version : ' 1.24 .x'
2222 cache : false
2323
2424 - name : golangci-lint
4040
4141 - uses : actions/setup-go@v5
4242 with :
43- go-version : ' 1.23 .x'
43+ go-version : ' 1.24 .x'
4444
4545 - name : Run go mod tidy
4646 run : go mod tidy
6060
6161 - uses : actions/setup-go@v5
6262 with :
63- go-version : ' 1.23 .x'
63+ go-version : ' 1.24 .x'
6464
6565 - name : Check headers
6666 run : go run github.com/elastic/go-licenser@latest -d
Original file line number Diff line number Diff line change 11module github.com/andrewkroh/go-ingest-node
22
3- go 1.21
3+ go 1.22
Original file line number Diff line number Diff line change 11module github.com/andrewkroh/go-ingest-node/internal/generator
22
3- go 1.23
3+ go 1.24
44
55require (
66 github.com/dave/jennifer v1.7.1
Original file line number Diff line number Diff line change 11module github.com/andrewkroh/go-ingest-node/internal/jsonschema
22
3- go 1.23
3+ go 1.24
44
55require (
66 github.com/andrewkroh/go-ingest-node v0.0.0-20231010172129-deae70ea76d8
Original file line number Diff line number Diff line change 1- go 1.23
1+ go 1.24
22
33use (
44 ../..
You can’t perform that action at this time.
0 commit comments