Skip to content

Commit

Permalink
chore: update go to latest 1.19.1 to resolve vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
meggers committed Sep 14, 2022
1 parent f2ddc4a commit dd77f63
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.17.13-buster AS build
FROM golang:1.19.1-buster AS build
ARG VERSION="local"
COPY . /app
WORKDIR /app
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.17
go 1.19

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

0 comments on commit dd77f63

Please sign in to comment.