Skip to content

Commit

Permalink
go1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
fredmaggiowski committed Mar 13, 2024
1 parent 2e78c78 commit 8e764ce
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,7 +1,7 @@
############################
# STEP 1 build executable binary
############################
FROM golang:1.20 AS builder
FROM golang:1.22 AS builder

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 mia_template_service_name_placeholder

go 1.20
go 1.22

require (
github.com/caarlos0/env/v10 v10.0.0
Expand Down

0 comments on commit 8e764ce

Please sign in to comment.