File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v3
13
13
- uses : actions/setup-go@v4
14
14
with :
15
- go-version : ' 1.20.6 '
15
+ go-version : ' 1.20.7 '
16
16
- run : go build ./...
17
17
18
18
darwin-build :
22
22
- uses : actions/checkout@v3
23
23
- uses : actions/setup-go@v4
24
24
with :
25
- go-version : ' 1.20.6 '
25
+ go-version : ' 1.20.7 '
26
26
- run : go build ./...
27
27
28
28
build :
53
53
- uses : actions/checkout@v3
54
54
- uses : actions/setup-go@v4
55
55
with :
56
- go-version : ' 1.20.6 '
56
+ go-version : ' 1.20.7 '
57
57
58
58
- name : gotestsum
59
59
run : go install gotest.tools/gotestsum@latest
92
92
- uses : actions/checkout@v3
93
93
- uses : actions/setup-go@v4
94
94
with :
95
- go-version : ' 1.20.6 '
95
+ go-version : ' 1.20.7 '
96
96
- run : go install golang.org/x/vuln/cmd/govulncheck@latest
97
97
- run : govulncheck ./...
Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@v3
21
21
- uses : actions/setup-go@v4
22
22
with :
23
- go-version : ' 1.20.6 '
23
+ go-version : ' 1.20.7 '
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
You can’t perform that action at this time.
0 commit comments