Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
chore(package): Upgrade to go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
misund committed Oct 13, 2023
1 parent 08b1854 commit f9bd052
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/coopnorge/cdk8slibrary

go 1.16
go 1.20

require (
github.com/aws/constructs-go/constructs/v10 v10.1.52
Expand All @@ -10,3 +10,5 @@ require (
github.com/mitchellh/mapstructure v1.5.0
gopkg.in/yaml.v2 v2.4.0
)

require github.com/Masterminds/semver/v3 v3.1.1 // indirect

0 comments on commit f9bd052

Please sign in to comment.