Skip to content

Commit

Permalink
chore: Bumping go to 1.22 (#3346)
Browse files Browse the repository at this point in the history
* chore: Bumping go to `1.22`

* fix: Bumping `mockery` to `v2.40.2`
  • Loading branch information
yhakbar committed Aug 15, 2024
1 parent 583bf70 commit 9accf24
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env: &env

defaults: &defaults
docker:
- image: 087285199408.dkr.ecr.us-east-1.amazonaws.com/circle-ci-test-image-base:go1.21.9-tf1.5-tg58.8-pck1.8-ci56.0
- image: 087285199408.dkr.ecr.us-east-1.amazonaws.com/circle-ci-test-image-base:go1.22.6-tf1.5-tg58.8-pck1.8-ci56.0

# Install Terraform which is not available in the default image
install_terraform_latest: &install_terraform_latest
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ run:
timeout: 2m
issues-exit-code: 1
tests: true
go: "1.21"
go: "1.22"
output:
formats:
- format: colored-line-number
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ run-lint:
golangci-lint run -v --timeout=5m ./...

install-mockery:
go install github.com/vektra/mockery/v2@v2.36.0
go install github.com/vektra/mockery/v2@v2.44.1

generate-mocks:
go generate ./...
Expand Down
2 changes: 1 addition & 1 deletion _ci/install-golang.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Install golang using Chocolatey
choco install golang --version 1.21.1 -y
choco install golang --version 1.22.6 -y
# Verify installation
Get-Command go
go version
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/gruntwork-io/terragrunt

go 1.21
go 1.22

require (
cloud.google.com/go/storage v1.42.0
Expand Down

0 comments on commit 9accf24

Please sign in to comment.