Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Commit 8e07cf2

Browse files
chore(deps): update dependency go to v1.24.2
1 parent c181b7e commit 8e07cf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/container-scan-trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Go
2222
uses: actions/setup-go@v5
2323
with:
24-
go-version: '1.19'
24+
go-version: '1.24'
2525

2626
- name: Build go binary
2727
run: |

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/metal-toolbox/fleetdb
22

33
go 1.22.7
44

5-
toolchain go1.23.1
5+
toolchain go1.24.2
66

77
require (
88
github.com/XSAM/otelsql v0.35.0 // indirect

0 commit comments

Comments
 (0)