Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Set Go version to 1.20 to align with currently supported (#3703)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnunciato authored Dec 5, 2023
1 parent 16ac4a4 commit 74e71b7
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 34 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module aws-eks-cluster-go

go 1.21
go 1.20

require (
github.com/pulumi/pulumi-awsx/sdk/v2 v2.3.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module awsx-ecr-eks-deployment-service-yaml

go 1.21

toolchain go1.21.4
go 1.20

require (
github.com/pulumi/pulumi-awsx/sdk/v2 v2.2.0
Expand Down
4 changes: 1 addition & 3 deletions themes/default/static/programs/awsx-ecr-image-go/go.mod.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module repo-go

go 1.21

toolchain go1.21.4
go 1.20

require (
github.com/pulumi/pulumi-awsx/sdk/v2 v2.2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module awsx-ecr-repository-go

go 1.21

toolchain go1.21.4
go 1.20

require (
github.com/pulumi/pulumi-awsx/sdk/v2 v2.3.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module awsx-elb-multi-listener-redirect-go

go 1.21

toolchain go1.21.4
go 1.20

require (
github.com/pulumi/pulumi-aws/sdk/v6 v6.9.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module awsx-elb-private-subnet-go

go 1.21

toolchain go1.21.4
go 1.20

require (
github.com/pulumi/pulumi-awsx/sdk/v2 v2.3.0
Expand Down
4 changes: 1 addition & 3 deletions themes/default/static/programs/awsx-elb-vpc-go/go.mod.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module awsx-elb-vpc-go

go 1.21

toolchain go1.21.4
go 1.20

require (
github.com/pulumi/pulumi-awsx/sdk/v2 v2.3.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module myproject

go 1.21

toolchain go1.21.4
go 1.20

require (
github.com/pulumi/pulumi-awsx/sdk/v2 v2.3.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module awsx-load-balanced-ec2-instances-go

go 1.21

toolchain go1.21.4
go 1.20

require (
github.com/pulumi/pulumi-aws/sdk/v6 v6.9.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module awsx-load-balanced-fargate-nginx-go

go 1.21

toolchain go1.21.4
go 1.20

require (
github.com/pulumi/pulumi-aws/sdk/v6 v6.10.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module awsx-load-balanced-fargate-nginx-go

go 1.21

toolchain go1.21.4
go 1.20

require (
github.com/pulumi/pulumi-aws/sdk/v6 v6.10.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module awsx-vpc-fargate-service-yaml

go 1.21

toolchain go1.21.4
go 1.20

require (
github.com/pulumi/pulumi-aws/sdk/v6 v6.10.0
Expand Down

0 comments on commit 74e71b7

Please sign in to comment.