Skip to content

Commit

Permalink
Merge pull request #267 from cyberark/upgrade-go-branch
Browse files Browse the repository at this point in the history
Upgrade Go from 1.19 to 1.20
  • Loading branch information
juniortaeza authored May 23, 2023
2 parents 10f9a79 + 9d4ff5e commit b046921
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Security
- Upgrade Go in k8s-ci/Dockerfile to 1.20
[cyberark/conjur-oss-suite-release#267](https://github.com/cyberark/conjur-oss-suite-release/pull/267)

## [v1.19.3+suite.1] - 2023-04-21

## [v1.19.2+suite.1] - 2023-03-03
Expand Down
2 changes: 1 addition & 1 deletion k8s-ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19
FROM golang:1.20

RUN mkdir -p /src
WORKDIR /src
Expand Down

0 comments on commit b046921

Please sign in to comment.