Skip to content

Commit

Permalink
upgrade to go1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-the-programmer committed Jun 23, 2023
1 parent ab79f1b commit 98f46ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.PHONY: build
build:
go mod tidy
go get

.PHONY: cluster-preview
cluster-preview:
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 meshed

go 1.17
go 1.20

require (
github.com/lbrlabs/pulumi-scaleway/sdk v1.7.0
Expand Down

0 comments on commit 98f46ce

Please sign in to comment.