Skip to content

Commit

Permalink
Merge pull request #60 from cyberark/update-golang-1.18
Browse files Browse the repository at this point in the history
Upgrade golang to 1.18
  • Loading branch information
andytinkham committed May 19, 2022
2 parents 8bcfecf + 45fc135 commit ee5bd8a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.4.2] - 2022-05-19
### Changed
- Updated to Golang 1.18
[cyberark/summon-aws-secrets#60](https://github.com/cyberark/summon-aws-secrets/pull/60)

## [0.4.1] - 2021-05-10
### Added
- Added a build for Apple Silicon
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17-stretch
FROM golang:1.18
MAINTAINER Conjur Inc

# On CyberArk dev laptops, golang module dependencies are downloaded with a
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ require (
gopkg.in/yaml.v2 v2.2.8 // indirect
)

go 1.17
go 1.18

0 comments on commit ee5bd8a

Please sign in to comment.