Skip to content

Commit

Permalink
chore: Update Go version to 1.20 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanchezgavier authored Jun 5, 2023
1 parent 9ec99f7 commit 49903cb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 2.5.0 (2023-06-06)
# Changed
- Update Go version to 1.20

## 2.4.0 (2023-03-08)
### Changed
- Upgrade Go to 1.19 and bump dependencies
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19-buster
FROM golang:1.20-buster

ARG GH_VERSION='2.23.0'

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/newrelic/nri-haproxy

go 1.19
go 1.20

require (
github.com/newrelic/infra-integrations-sdk v3.7.3+incompatible
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19 as builder
FROM golang:1.20-buster as builder
ARG CGO_ENABLED=0
WORKDIR /go/src/github.com/newrelic/nri-haproxy
COPY . .
Expand Down

0 comments on commit 49903cb

Please sign in to comment.