Skip to content

Commit

Permalink
Merge pull request #4795 from sensu/upgrade-go
Browse files Browse the repository at this point in the history
Upgrade Go to 1.17.12
  • Loading branch information
echlebek authored Jul 15, 2022
2 parents bd9cea5 + 7a95f01 commit bd2fbee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cache:
environment:
GOPATH: c:\gopath
GOROOT: c:\Program Files\Go
GOVERSION: 1.17.6
GOVERSION: 1.17.12
GO111MODULE: 'on'
GOPROXY: 'https://proxy.golang.org'

Expand Down
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: 2.1

orbs:
go: circleci/go@1.1.2
go: circleci/go@1.7.1

parameters:
go_version:
type: string
default: "1.17.6"
default: "1.17.12"

sensu_go_build_env: &sensu_go_build_env
docker:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

## [6.7.4] - 2022-07-12

### Changed
- Upgraded CI Go version to 1.17.12

## [6.7.3] - 2022-07-07

### Changed
Expand Down

0 comments on commit bd2fbee

Please sign in to comment.