File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v4
13
13
- uses : actions/setup-go@v5
14
14
with :
15
- go-version : ' 1.21.3 '
15
+ go-version : ' 1.23.2 '
16
16
- name : install ./...
17
17
run : go install ./...
18
18
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v4
13
13
- uses : actions/setup-go@v5
14
14
with :
15
- go-version : ' 1.21.3 '
15
+ go-version : ' 1.23.2 '
16
16
- name : install ./...
17
17
run : go install ./...
18
18
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v4
13
13
- uses : actions/setup-go@v5
14
14
with :
15
- go-version : ' 1.21.3 '
15
+ go-version : ' 1.23.2 '
16
16
- name : install ./...
17
17
run : go install ./...
18
18
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 30
30
- uses : actions/checkout@v4
31
31
- uses : actions/setup-go@v5
32
32
with :
33
- go-version : ' 1.22.5 '
33
+ go-version : ' 1.23.2 '
34
34
35
35
- name : install gotestsum
36
36
run : go install gotest.tools/gotestsum@latest
78
78
- uses : actions/checkout@v4
79
79
- uses : actions/setup-go@v5
80
80
with :
81
- go-version : ' 1.22.5 '
81
+ go-version : ' 1.23.2 '
82
82
- run : go install golang.org/x/vuln/cmd/govulncheck@latest
83
83
- run : govulncheck ./...
Original file line number Diff line number Diff line change 1
1
# STEP 1: Build sqlc
2
- FROM golang:1.23.1 AS builder
2
+ FROM golang:1.23.2 AS builder
3
3
4
4
COPY . /workspace
5
5
WORKDIR /workspace
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ sudo snap install sqlc
16
16
17
17
## go install
18
18
19
- Installing recent versions of sqlc requires Go 1.21 +.
19
+ Installing recent versions of sqlc requires Go 1.23 +.
20
20
21
21
```
22
22
go install github.com/sqlc-dev/sqlc/cmd/sqlc@latest
You can’t perform that action at this time.
0 commit comments