Skip to content

Commit 764bd86

Browse files
committed
feat: Upgrade go to v1.24.0
1 parent 5344118 commit 764bd86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

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

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

77
WORKDIR /sdk
88

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.23
3+
go 1.24
44

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

0 commit comments

Comments
 (0)