Skip to content

Commit c72876c

Browse files
authored
Merge pull request #104 from ahrtr/20250813_go
Bump go vesion to 1.24.6
2 parents bac819b + b5ed0bc commit c72876c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/go-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Go version setup
22

33
env:
4-
GO_VERSION: "1.23.11"
4+
GO_VERSION: "1.24.6"
55

66
on:
77
workflow_call:

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/ahrtr/etcd-defrag
22

3-
go 1.23.0
3+
go 1.24
44

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

77
require (
88
github.com/maja42/goval v1.6.0

0 commit comments

Comments
 (0)