Skip to content

Commit

Permalink
[minor_change] Bump required go version to go v1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
akinross committed Oct 22, 2024
1 parent 69eb5d0 commit ef076c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22

- name: Import GPG key
id: import_gpg
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21
1.22
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/CiscoDevNet/terraform-provider-mso

go 1.21
go 1.22

require (
github.com/ciscoecosystem/mso-go-client v1.29.0
Expand Down

0 comments on commit ef076c4

Please sign in to comment.