chore: Update Go version and remove workaround (#671)
Build Snapshot Release / build (push) Waiting to run
Release Please / release-please (push) Waiting to run
Test / test-nix (push) Waiting to run
Test / test-win (push) Waiting to run

This commit is contained in:
Lukas Lerche
2025-02-19 08:15:23 +01:00
committed by GitHub
parent b885f1ec9e
commit 113c978570
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