Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
gessnerfl committed Mar 9, 2024
1 parent 2242cb5 commit 8cc82ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.20.0'
go-version: '1.22.0'

- name: Set up gotestfmt
uses: gotesttools/gotestfmt-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-submisssion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: ">=1.20.0"
go-version: ">=1.22.0"

- name: Run snapshot action
uses: actions/go-dependency-submission@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.20.0
go-version: 1.22.0

- name: Import GPG key
id: import_gpg
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/gessnerfl/terraform-provider-instana

go 1.21

toolchain go1.22.1
go 1.22

require (
github.com/alecthomas/participle v0.7.1
Expand Down

0 comments on commit 8cc82ed

Please sign in to comment.