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 14
14
- run : choco install mingw --version 11.2.0.07112021 --allow-downgrade
15
15
- uses : actions/setup-go@v4
16
16
with :
17
- go-version : ' 1.21.1 '
17
+ go-version : ' 1.21.3 '
18
18
- run : go build ./...
19
19
20
20
darwin-build :
24
24
- uses : actions/checkout@v4
25
25
- uses : actions/setup-go@v4
26
26
with :
27
- go-version : ' 1.21.1 '
27
+ go-version : ' 1.21.3 '
28
28
- run : go build ./...
29
29
30
30
build :
45
45
- uses : actions/checkout@v4
46
46
- uses : actions/setup-go@v4
47
47
with :
48
- go-version : ' 1.21.1 '
48
+ go-version : ' 1.21.3 '
49
49
50
50
- name : install gotestsum
51
51
run : go install gotest.tools/gotestsum@latest
85
85
- uses : actions/checkout@v4
86
86
- uses : actions/setup-go@v4
87
87
with :
88
- go-version : ' 1.21.1 '
88
+ go-version : ' 1.21.3 '
89
89
- run : go install golang.org/x/vuln/cmd/govulncheck@latest
90
90
- 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.1 '
23
+ go-version : ' 1.21.3 '
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