Skip to content

Commit

Permalink
fix: update go & terraform version
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Oct 24, 2024
1 parent 176ad8a commit 322d458
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.23'
id: go

- name: Get dependencies
Expand All @@ -41,9 +41,9 @@ jobs:
fail-fast: false
matrix:
terraform:
- '1.3.9'
- '1.4.6'
- '1.5.2'
- '1.7.5'
- '1.8.5'
- '1.9.8'

steps:
- name: Check out code into the Go module directory
Expand Down

0 comments on commit 322d458

Please sign in to comment.