Skip to content

Commit

Permalink
Merge pull request #28 from relativityone/rel-995429-bump
Browse files Browse the repository at this point in the history
chore: bump go version to 1.23
  • Loading branch information
mandrush authored Sep 24, 2024
2 parents 66dde99 + deb2d9b commit badc547
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
@@ -1,4 +1,4 @@
FROM golang:1.21.6-bullseye AS dev
FROM golang:1.23.1-alpine AS dev

FROM dev AS build
ARG VERSION="local"
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/redboxllc/scuttle

go 1.21
go 1.23.1

require (
github.com/cenk/backoff v2.1.1+incompatible
Expand Down

0 comments on commit badc547

Please sign in to comment.