File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v4
13
13
- uses : actions/setup-go@v4
14
14
with :
15
- go-version : ' 1.21.3 '
15
+ go-version : ' 1.21.4 '
16
16
- run : go build ./...
17
17
18
18
darwin-build :
22
22
- uses : actions/checkout@v4
23
23
- uses : actions/setup-go@v4
24
24
with :
25
- go-version : ' 1.21.3 '
25
+ go-version : ' 1.21.4 '
26
26
- run : go build ./...
27
27
28
28
build :
43
43
- uses : actions/checkout@v4
44
44
- uses : actions/setup-go@v4
45
45
with :
46
- go-version : ' 1.21.3 '
46
+ go-version : ' 1.21.4 '
47
47
48
48
- name : install gotestsum
49
49
run : go install gotest.tools/gotestsum@latest
77
77
- uses : actions/checkout@v4
78
78
- uses : actions/setup-go@v4
79
79
with :
80
- go-version : ' 1.21.3 '
80
+ go-version : ' 1.21.4 '
81
81
- run : go install golang.org/x/vuln/cmd/govulncheck@latest
82
82
- run : govulncheck ./...
Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@v4
21
21
- uses : actions/setup-go@v4
22
22
with :
23
- go-version : ' 1.21.3 '
23
+ go-version : ' 1.21.4 '
24
24
- run : go build -o sqlc-pg-gen ./internal/tools/sqlc-pg-gen
25
25
- run : mkdir -p gen/contrib
26
26
- run : ./sqlc-pg-gen gen
Original file line number Diff line number Diff line change 1
1
# STEP 1: Build sqlc
2
- FROM golang:1.21.3 AS builder
2
+ FROM golang:1.21.4 AS builder
3
3
4
4
COPY . /workspace
5
5
WORKDIR /workspace
You can’t perform that action at this time.
0 commit comments