File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v4
1313 - uses : actions/setup-go@v5
1414 with :
15- go-version : ' 1.21.3 '
15+ go-version : ' 1.23.2 '
1616 - name : install ./...
1717 run : go install ./...
1818 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v4
1313 - uses : actions/setup-go@v5
1414 with :
15- go-version : ' 1.21.3 '
15+ go-version : ' 1.23.2 '
1616 - name : install ./...
1717 run : go install ./...
1818 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v4
1313 - uses : actions/setup-go@v5
1414 with :
15- go-version : ' 1.21.3 '
15+ go-version : ' 1.23.2 '
1616 - name : install ./...
1717 run : go install ./...
1818 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 3030 - uses : actions/checkout@v4
3131 - uses : actions/setup-go@v5
3232 with :
33- go-version : ' 1.22.5 '
33+ go-version : ' 1.23.2 '
3434
3535 - name : install gotestsum
3636 run : go install gotest.tools/gotestsum@latest
7878 - uses : actions/checkout@v4
7979 - uses : actions/setup-go@v5
8080 with :
81- go-version : ' 1.22.5 '
81+ go-version : ' 1.23.2 '
8282 - run : go install golang.org/x/vuln/cmd/govulncheck@latest
8383 - run : govulncheck ./...
Original file line number Diff line number Diff line change 11# STEP 1: Build sqlc
2- FROM golang:1.23.1 AS builder
2+ FROM golang:1.23.2 AS builder
33
44COPY . /workspace
55WORKDIR /workspace
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ sudo snap install sqlc
1616
1717## go install
1818
19- Installing recent versions of sqlc requires Go 1.21 +.
19+ Installing recent versions of sqlc requires Go 1.23 +.
2020
2121```
2222go install github.com/sqlc-dev/sqlc/cmd/sqlc@latest
You can’t perform that action at this time.
0 commit comments