Skip to content

Commit

Permalink
Upgrade to Go 1.23 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
version_updater committed Aug 14, 2024
1 parent fd7c230 commit 13783b4
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.22
FROM golang:1.23

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.22
go 1.23

toolchain go1.22.0
toolchain go1.23.0

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

0 comments on commit 13783b4

Please sign in to comment.