File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 - run : choco install mingw --version 11.2.0.07112021 --allow-downgrade
1515 - uses : actions/setup-go@v4
1616 with :
17- go-version : ' 1.21.1 '
17+ go-version : ' 1.21.3 '
1818 - run : go build ./...
1919
2020 darwin-build :
2424 - uses : actions/checkout@v4
2525 - uses : actions/setup-go@v4
2626 with :
27- go-version : ' 1.21.1 '
27+ go-version : ' 1.21.3 '
2828 - run : go build ./...
2929
3030 build :
4545 - uses : actions/checkout@v4
4646 - uses : actions/setup-go@v4
4747 with :
48- go-version : ' 1.21.1 '
48+ go-version : ' 1.21.3 '
4949
5050 - name : install gotestsum
5151 run : go install gotest.tools/gotestsum@latest
8585 - uses : actions/checkout@v4
8686 - uses : actions/setup-go@v4
8787 with :
88- go-version : ' 1.21.1 '
88+ go-version : ' 1.21.3 '
8989 - run : go install golang.org/x/vuln/cmd/govulncheck@latest
9090 - run : govulncheck ./...
Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@v4
2121 - uses : actions/setup-go@v4
2222 with :
23- go-version : ' 1.21.1 '
23+ go-version : ' 1.21.3 '
2424 - run : go build -o sqlc-pg-gen ./internal/tools/sqlc-pg-gen
2525 - run : mkdir -p gen/contrib
2626 - run : ./sqlc-pg-gen gen
You can’t perform that action at this time.
0 commit comments