Skip to content

Commit 2631b66

Browse files
chore(deps): update golang version to v1.22.3 (#157)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0ada49a commit 2631b66

3 files changed

Lines changed: 3 additions & 3 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.22.2-bookworm
1+
FROM golang:1.22.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.22.2
3+
go 1.22.3
44

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

tests/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
MSSQL_PID: Developer
1212
restart: always
1313
nri-mssql:
14-
image: golang:1.22.2-bookworm
14+
image: golang:1.22.3-bookworm
1515
container_name: nri_mssql
1616
working_dir: /code
1717
volumes:

0 commit comments

Comments
 (0)