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 5344118 commit 764bd86Copy full SHA for 764bd86
Dockerfile
@@ -2,7 +2,7 @@
2
# build stage
3
# =============================================================================
4
5
-FROM golang:1.23.0-alpine AS builder
+FROM golang:1.24.0-alpine AS builder
6
7
WORKDIR /sdk
8
go.mod
@@ -1,6 +1,6 @@
1
module github.com/scribd/go-sdk
-go 1.23
+go 1.24
require (
github.com/DATA-DOG/go-sqlmock v1.5.0
0 commit comments