Skip to content

Commit

Permalink
added patch to golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
sairaj18 committed Nov 14, 2024
1 parent 77fc666 commit 0aa3f2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM ubuntu:16.04

# Define Go version
ARG GO_VERSION=1.22
ARG GO_VERSION=1.22.9
ARG ARCH='amd64'

# Install dependencies
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-flex

go 1.22
go 1.22.9

require (
github.com/Knetic/govaluate v3.0.0+incompatible
Expand Down

0 comments on commit 0aa3f2b

Please sign in to comment.