Skip to content

Commit

Permalink
Bump Go version to 1.22.x
Browse files Browse the repository at this point in the history
  • Loading branch information
fguimond committed May 24, 2024
1 parent 530d4c3 commit 4c62d05
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.14.x
go-version: 1.22.x
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Go 1.14
- name: Set up Go 1.22
uses: actions/setup-go@v1
with:
go-version: 1.14
go-version: 1.22.x
id: go
- name: Test
run: go test -v ./...
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Changed

- Updated to use Go 1.22.x

## [1.2.2] - 2021-08-19

### Fixed
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/sensu/sensu-email-handler

go 1.14
go 1.22

require (
github.com/Masterminds/goutils v1.1.1 // indirect
Expand Down

0 comments on commit 4c62d05

Please sign in to comment.