We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac5bf6d commit 0e2ac8eCopy full SHA for 0e2ac8e
Dockerfile
@@ -2,7 +2,7 @@
2
# build stage
3
# =============================================================================
4
5
-FROM golang:1.24.2-alpine AS builder
+FROM golang:1.25.0-alpine AS builder
6
7
WORKDIR /sdk
8
go.mod
@@ -1,8 +1,6 @@
1
module github.com/scribd/go-sdk
-go 1.24.0
-
-toolchain go1.24.2
+go 1.25.0
require (
github.com/DATA-DOG/go-sqlmock v1.5.2
0 commit comments