Skip to content

Commit 5d62c66

Browse files
chore(deps): update golang version to 1.21 (#130)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cbc5fdb commit 5d62c66

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20.7-bookworm
1+
FROM golang:1.21.3-bookworm
22

33
ARG GH_VERSION='1.9.2'
44

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/newrelic/nri-mssql
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
github.com/denisenkom/go-mssqldb v0.12.3

0 commit comments

Comments
 (0)