Skip to content

Commit

Permalink
Merge pull request #144 from firehydrant/wh/go-1.22
Browse files Browse the repository at this point in the history
go: 1.18.2 -> 1.22
  • Loading branch information
wilsonehusin committed Mar 7, 2024
2 parents 0444d2c + ee43757 commit 1a1aeb8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18.2
go-version: 1.22

- name: Build
run: make build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
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@v2
with:
go-version: 1.18.2
go-version: 1.22
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v5.0.0
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

N/A

## 4.0.2
## 0.4.2

ENHANCEMENTS:

* Bump Go version to 1.22 ([#144](https://github.com/firehydrant/terraform-provider-firehydrant/pull/144))

BUG FIXES:

Expand Down

0 comments on commit 1a1aeb8

Please sign in to comment.