Skip to content

Commit

Permalink
Merge pull request #244 from sue445/go_1.22
Browse files Browse the repository at this point in the history
Upgrade to Go 1.22 🚀
  • Loading branch information
sue445 authored Feb 29, 2024
2 parents a35df2d + 7f07b50 commit 746ceb7
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 746ceb7

Please sign in to comment.