Skip to content

Commit 01f0c92

Browse files
committed
chore: Rollback golang version to avoid crash on installation
1 parent 2873011 commit 01f0c92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#:schema https://mise.jdx.dev/schema/mise.json
22

33
[tools]
4-
go = '1.23.6'
4+
go = '1.23.2'
55
golangci-lint = "1.64.3"
66
# renovate: datasource=github-tags depName=gotestyourself/gotestsum
77
gotestsum = "v1.12.0"

go.mod

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

3-
go 1.23.1
3+
go 1.23.2
44

55
require (
66
emperror.dev/errors v0.8.1

0 commit comments

Comments
 (0)