Skip to content

Commit 597094a

Browse files
author
Daniel Bedrood
committed
feat: Update Go to v1.20
1 parent 11583b5 commit 597094a

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.19.9-alpine AS builder
5+
FROM golang:1.20.5-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.19
3+
go 1.20
44

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

0 commit comments

Comments
 (0)