Skip to content

Commit

Permalink
Update go to 1.23 and terraform to 1.9 (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato authored Sep 27, 2024
1 parent 52663cb commit c393676
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# Attempt to deploy the terraform configuration
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v2.0.0
with:
terraform_version: 1.6
terraform_version: 1.9

- working-directory: ./iac
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v3.7.1
with:
version: v1.56
args: --timeout=5m
version: v1.61

lint:
name: Lint
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
with:
terraform_version: 1.9

- run: terraform fmt -check

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/octo-sts/app

go 1.22.5
go 1.23.1

require (
chainguard.dev/go-grpc-kit v0.17.5
Expand Down

0 comments on commit c393676

Please sign in to comment.