Skip to content

Commit

Permalink
feat(go): update golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
timfanda35 committed Oct 1, 2023
1 parent 6b8bafb commit c9e8927
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,5 +1,5 @@
# Builder
FROM golang:1.14 as builder
FROM golang:1.21 as builder

WORKDIR /src
COPY . ./
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module main

go 1.14
go 1.21

0 comments on commit c9e8927

Please sign in to comment.