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

Commit cab2ae5

Browse files
Update dependency go
1 parent 22b9677 commit cab2ae5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/push-pr-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Install Go
99
uses: actions/setup-go@v5
1010
with:
11-
go-version: '1.22'
11+
go-version: '1.24'
1212
- name: Checkout code
1313
uses: actions/checkout@v4
1414
- name: golangci-lint
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Go
2727
uses: actions/setup-go@v5
2828
with:
29-
go-version: '1.22'
29+
go-version: '1.24'
3030

3131
- name: Checkout code
3232
uses: actions/checkout@v4

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/bomservice
22

33
go 1.23.0
44

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

77
require (
88
github.com/banzaicloud/logrus-runtime-formatter v0.0.0-20190729070250-5ae5475bae5e

0 commit comments

Comments
 (0)