Skip to content

Commit

Permalink
.github: run tests on go 1.19, 1.20 and 1.21
Browse files Browse the repository at this point in the history
Sicne we require go v1.19 now at minimum, we cannot run tests on go
v1.17 or v1.18 anymore.

Since there are more recent versions of Go available as well, we start
testing the packages on those versions in addition to 1.19.
  • Loading branch information
lbajolet-hashicorp committed Apr 18, 2024
1 parent f3eb91c commit 94876cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/go-getter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
strategy:
matrix:
go-version:
- 1.17
- 1.18
- 1.19
- 1.20
- 1.21
directory:
- s3
- gcs
Expand Down Expand Up @@ -110,9 +110,9 @@ jobs:
strategy:
matrix:
go-version:
- 1.17
- 1.18
- 1.19
- 1.20
- 1.21
directory:
- s3
- gcs
Expand Down Expand Up @@ -190,9 +190,9 @@ jobs:
strategy:
matrix:
go-version:
- 1.17
- 1.18
- 1.19
- 1.20
- 1.21
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit 94876cc

Please sign in to comment.