Skip to content

Commit d0b8637

Browse files
authored
chore: Upgrade to Go 1.22.8 to silence vulncheck (#3646)
1 parent df9413c commit d0b8637

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v4
3131
- uses: actions/setup-go@v5
3232
with:
33-
go-version: '1.22.5'
33+
go-version: '1.22.8'
3434

3535
- name: install gotestsum
3636
run: go install gotest.tools/gotestsum@latest
@@ -78,6 +78,6 @@ jobs:
7878
- uses: actions/checkout@v4
7979
- uses: actions/setup-go@v5
8080
with:
81-
go-version: '1.22.5'
81+
go-version: '1.22.8'
8282
- run: go install golang.org/x/vuln/cmd/govulncheck@latest
8383
- run: govulncheck ./...

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# STEP 1: Build sqlc
2-
FROM golang:1.23.1 AS builder
2+
FROM golang:1.23.2 AS builder
33

44
COPY . /workspace
55
WORKDIR /workspace

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/sqlc-dev/sqlc
22

33
go 1.22
44

5-
toolchain go1.22.5
5+
toolchain go1.22.8
66

77
require (
88
github.com/antlr4-go/antlr/v4 v4.13.1

0 commit comments

Comments
 (0)