Skip to content

Commit

Permalink
feat(go): update 1.22.2 -> 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aauren committed Sep 29, 2024
1 parent 381b6e3 commit 012c164
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ on:
- prep-v[1-9].*

env:
BUILDTIME_BASE: "golang:1.22.2"
BUILDTIME_BASE: "golang:1.23.1"
RUNTIME_BASE: "gcr.io/distroless/static"
GO_VERSION: "~1.22.2"
GO_VERSION: "~1.23.1"
GO_CACHE: "/home/runner/.cache/go-build"
GO_MOD_CACHE: "/home/runner/go/pkg/mod"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILDTIME_BASE=golang:1.22.2
ARG BUILDTIME_BASE=golang:1.23.1
ARG RUNTIME_BASE=gcr.io/distroless/static:latest
FROM ${BUILDTIME_BASE} as builder

Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/aauren/ntopng-exporter

go 1.21
go 1.22.0

toolchain go1.23.1

require (
github.com/prometheus/client_golang v1.19.0
Expand Down

0 comments on commit 012c164

Please sign in to comment.