Skip to content

Commit

Permalink
Merge pull request #276 from jdamata/feature/fix-tests-2
Browse files Browse the repository at this point in the history
upgrade to go1.22
  • Loading branch information
jdamata authored Oct 5, 2024
2 parents 7114879 + 15aac01 commit c07e08a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests-dce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.18
go-version: 1.22
- name: build and vet the provider
run: make
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.18
go-version: 1.22
- name: build and vet the provider
run: make
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.18
go-version: 1.22
- name: Import GPG key
id: import_gpg
uses: crazy-max/[email protected]
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/jdamata/terraform-provider-sonarqube

go 1.18
go 1.22

require (
github.com/hashicorp/go-cleanhttp v0.5.2
Expand Down

0 comments on commit c07e08a

Please sign in to comment.