Skip to content

Commit

Permalink
Merge pull request #226 from sue445/go_1.21
Browse files Browse the repository at this point in the history
Upgrade to Go 1.21 🚀
  • Loading branch information
sue445 authored Aug 9, 2023
2 parents 74d90c0 + 9fb935f commit 8e453d6
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.20
FROM golang:1.21

RUN apt-get update \
&& apt-get install -y libaio1 unzip
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 github.com/sue445/plant_erd

go 1.20
go 1.21

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

0 comments on commit 8e453d6

Please sign in to comment.