File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
# build stage
3
3
# =============================================================================
4
4
5
- FROM golang:1.22.2 -alpine AS builder
5
+ FROM golang:1.23.0 -alpine AS builder
6
6
7
7
WORKDIR /sdk
8
8
@@ -33,7 +33,7 @@ FROM builder AS linter
33
33
34
34
# binary will be $(go env GOPATH)/bin/golangci-lint
35
35
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
37
37
38
38
# install goimports
39
39
RUN go install golang.org/x/tools/cmd/
[email protected]
Original file line number Diff line number Diff line change 1
1
module github.com/scribd/go-sdk
2
2
3
- go 1.22
3
+ go 1.23
4
4
5
5
require (
6
6
github.com/DATA-DOG/go-sqlmock v1.5.0
You can’t perform that action at this time.
0 commit comments