Skip to content

Commit

Permalink
chore: Update Go to v1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
laynax committed Jul 11, 2023
1 parent 11583b5 commit fd829c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# build stage
# =============================================================================

FROM golang:1.19.9-alpine AS builder
FROM golang:1.20.5-alpine AS builder

WORKDIR /sdk

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/scribd/go-sdk

go 1.19
go 1.20

require (
github.com/DATA-DOG/go-sqlmock v1.5.0
Expand Down

0 comments on commit fd829c3

Please sign in to comment.