File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 - name : Setup Go
2222 uses : actions/setup-go@v5
2323 with :
24- go-version : 1.23 .x
24+ go-version : 1.24 .x
2525 - name : Build
2626 run : make build
2727 - name : Check command examples
5454 strategy :
5555 matrix :
5656 os : [ubuntu-latest, macos-latest, windows-latest]
57- go : [1.23 .x, 1.22 .x, 1.21 .x]
57+ go : [1.24 .x, 1.23 .x, 1.22 .x]
5858 fail-fast : false
5959 steps :
6060 - name : Checkout code
Original file line number Diff line number Diff line change 1- FROM golang:1.23 AS builder
1+ FROM golang:1.24 AS builder
22
33WORKDIR /app
44COPY go.* ./
Original file line number Diff line number Diff line change 11module github.com/itchyny/gojq
22
3- go 1.21
3+ go 1.22
44
55require (
66 github.com/itchyny/astgen-go v0.0.0-20231113225122-e1c22b9aaf7b // indirect
Original file line number Diff line number Diff line change 11module github.com/itchyny/gojq
22
3- go 1.21
3+ go 1.22
44
55require (
66 github.com/google/go-cmp v0.5.4
You can’t perform that action at this time.
0 commit comments