Skip to content

Commit

Permalink
Merge pull request #13 from timfanda35/features/update_go_version
Browse files Browse the repository at this point in the history
Features/update go version
  • Loading branch information
timfanda35 committed Oct 1, 2023
2 parents 7773722 + c9e8927 commit 8fde012
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_store
bin
app
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 8fde012

Please sign in to comment.