Skip to content

Commit

Permalink
Merge pull request #208 from cpanato/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
imjasonh authored Dec 18, 2024
2 parents fbe169c + ef677f9 commit 05dd8de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
with:
go-version-file: './go.mod'
check-latest: true

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

- run: go generate ./...
- name: git diff
run: |
Expand All @@ -27,9 +33,9 @@ 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
with:
version: v1.61
version: v1.62
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/ko-build/terraform-provider-ko

go 1.23.2
go 1.23.4

require (
github.com/aws/aws-lambda-go v1.47.0
Expand Down

0 comments on commit 05dd8de

Please sign in to comment.