Skip to content

Commit a0eee19

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 370453d + f73ff70 commit a0eee19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.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.23.2'
22+
go-version: '1.23.6'
2323
cache-dependency-path: go.sum
2424

2525
- name: install govulncheck utility

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/vodolaz095/pkg
22

3-
go 1.23.2
3+
go 1.23.6
44

55
require (
66
github.com/coreos/go-systemd/v22 v22.5.0

0 commit comments

Comments
 (0)