Skip to content

Commit

Permalink
test with terraform 1.10 and ci updates (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato authored Dec 18, 2024
1 parent 0771744 commit b3e1c85
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ on:
permissions:
contents: read


jobs:

golangci:
name: lint
runs-on: ubuntu-latest
Expand All @@ -21,4 +19,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
with:
version: v1.60
version: v1.62
4 changes: 2 additions & 2 deletions .github/workflows/mega-module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
path: tf-apko
- uses: actions/setup-go@v5.1.0
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version-file: 'tf-apko/go.mod'

Expand All @@ -67,7 +67,7 @@ jobs:

- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
with:
terraform_version: '1.9.*'
terraform_version: '1.10.*'
terraform_wrapper: false

- uses: chainguard-dev/actions/setup-registry@main
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,16 @@ jobs:
fail-fast: false
matrix:
terraform:
- '1.7.*'
- '1.8.*'
- '1.9.*'
- '1.10.*'

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version-file: 'go.mod'
check-latest: true

- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.0
with:
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/chainguard-dev/terraform-provider-apko

go 1.23.3
go 1.23.4

require (
chainguard.dev/apko v0.21.0
Expand Down

0 comments on commit b3e1c85

Please sign in to comment.