Skip to content

Commit

Permalink
feat: Update go to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
nileger committed Jan 13, 2024
1 parent 39ecc7a commit 86c9f2a
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.18-alpine as go-builder
FROM golang:1.19-alpine as go-builder
WORKDIR /app
COPY ./backend/go.mod ./
COPY ./backend/go.sum ./
Expand Down
2 changes: 1 addition & 1 deletion backend/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module iac-analyzers

go 1.18
go 1.19

require (
github.com/gin-gonic/contrib v0.0.0-20201101042839-6a891bf89f19
Expand Down

0 comments on commit 86c9f2a

Please sign in to comment.