Skip to content

Commit

Permalink
Upgrade to Go 1.22 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
version_updater committed Feb 28, 2024
1 parent a35df2d commit 7f07b50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.21
FROM golang:1.22

RUN apt-get update \
&& apt-get install -y libaio1 unzip
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/sue445/plant_erd

go 1.21
go 1.22

toolchain go1.21.0
toolchain go1.22.0

require (
github.com/deckarep/golang-set v1.8.0
Expand Down

0 comments on commit 7f07b50

Please sign in to comment.