Skip to content

Commit

Permalink
[go] update to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-ph committed Jun 25, 2024
1 parent 2396734 commit 7be15e5
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.16-alpine AS builder
FROM golang:1.22-alpine 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 go.mercari.io/hcledit

go 1.16
go 1.22

require (
github.com/google/go-cmp v0.6.0
Expand Down

0 comments on commit 7be15e5

Please sign in to comment.