Skip to content

Commit f5a862f

Browse files
authored
Bump golang 1.24.5 (#22)
1 parent ec04ace commit f5a862f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: '1.24.2'
22+
go-version: '1.24.5'
2323
id: go
2424

2525
- name: Run GoReleaser

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM devopsworks/golang-upx:1.24.4 AS builder
1+
FROM devopsworks/golang-upx:1.24.5 AS builder
22

33
RUN apt-get update && apt-get install -y libcap2-bin
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/devops-works/scan-exporter
22

3-
go 1.24.4
3+
go 1.24.5
44

55
require (
66
github.com/go-ping/ping v1.2.0

0 commit comments

Comments
 (0)