chore: Update Go version and remove workaround (#671)

This commit is contained in:
Lukas Lerche
2025-02-18 23:15:23 -08:00
committed by GitHub
parent 102abe392d
commit bd0eae8e24
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ builds:
- amd64
- arm64
ldflags:
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -B gobuildid
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
- id: linux
main: ./cmd/backrest
env:
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/garethgeorge/backrest
go 1.23.1
go 1.24
replace (
modernc.org/libc => modernc.org/libc v1.55.3