File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed 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.22.8 '
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.22.8 '
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 @@ -2,7 +2,7 @@ module github.com/sqlc-dev/sqlc
2
2
3
3
go 1.22
4
4
5
- toolchain go1.22.5
5
+ toolchain go1.22.8
6
6
7
7
require (
8
8
github.com/antlr4-go/antlr/v4 v4.13.1
You can’t perform that action at this time.
0 commit comments