We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec04ace commit f5a862fCopy full SHA for f5a862f
.github/workflows/release_build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Go
20
uses: actions/setup-go@v5
21
with:
22
- go-version: '1.24.2'
+ go-version: '1.24.5'
23
id: go
24
25
- name: Run GoReleaser
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM devopsworks/golang-upx:1.24.4 AS builder
+FROM devopsworks/golang-upx:1.24.5 AS builder
2
3
RUN apt-get update && apt-get install -y libcap2-bin
4
go.mod
@@ -1,6 +1,6 @@
module github.com/devops-works/scan-exporter
-go 1.24.4
+go 1.24.5
5
require (
6
github.com/go-ping/ping v1.2.0
0 commit comments