Skip to content

Commit 8a1c724

Browse files
committed
feat: Upgrade to golang version 1.23.0
1 parent 394cfa3 commit 8a1c724

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# build stage
33
# =============================================================================
44

5-
FROM golang:1.22.2-alpine AS builder
5+
FROM golang:1.23.0-alpine AS builder
66

77
WORKDIR /sdk
88

@@ -33,7 +33,7 @@ FROM builder AS linter
3333

3434
# binary will be $(go env GOPATH)/bin/golangci-lint
3535
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
36-
| sh -s -- -b $(go env GOPATH)/bin v1.57.2
36+
| sh -s -- -b $(go env GOPATH)/bin v1.60.1
3737

3838
# install goimports
3939
RUN go install golang.org/x/tools/cmd/[email protected]

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/scribd/go-sdk
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/DATA-DOG/go-sqlmock v1.5.0

0 commit comments

Comments
 (0)