Build with latest Go version

This commit is contained in:
max 2025-03-10 14:04:19 -05:00
parent 7e826b75d7
commit c328726ed0
28 changed files with 2 additions and 2 deletions

Binary file not shown.

BIN
bin/gopass-darwin-amd64-1.3.4 Executable file

Binary file not shown.

Binary file not shown.

BIN
bin/gopass-freebsd-386-1.3.4 Executable file

Binary file not shown.

Binary file not shown.

BIN
bin/gopass-freebsd-amd64-1.3.4 Executable file

Binary file not shown.

Binary file not shown.

BIN
bin/gopass-freebsd-arm-1.3.4 Executable file

Binary file not shown.

Binary file not shown.

BIN
bin/gopass-linux-386-1.3.4 Executable file

Binary file not shown.

Binary file not shown.

BIN
bin/gopass-linux-amd64-1.3.4 Executable file

Binary file not shown.

Binary file not shown.

BIN
bin/gopass-linux-arm-1.3.4 Executable file

Binary file not shown.

Binary file not shown.

BIN
bin/gopass-plan9-386-1.3.4 Executable file

Binary file not shown.

Binary file not shown.

BIN
bin/gopass-plan9-amd64-1.3.4 Executable file

Binary file not shown.

Binary file not shown.

BIN
bin/gopass-plan9-arm-1.3.4 Executable file

Binary file not shown.

Binary file not shown.

BIN
bin/gopass-windows-386-1.3.4 Executable file

Binary file not shown.

Binary file not shown.

BIN
bin/gopass-windows-amd64-1.3.4 Executable file

Binary file not shown.

Binary file not shown.

BIN
bin/gopass-windows-arm-1.3.4 Executable file

Binary file not shown.

2
go.mod
View File

@ -1,3 +1,3 @@
module GoPass module GoPass
go 1.23.2 go 1.24.1

View File

@ -1,5 +1,5 @@
# The current version number of the program # The current version number of the program
VERSION := 1.3.3 VERSION := 1.3.4
# List of OS and architecture combinations to build # List of OS and architecture combinations to build
BUILD_OS_ARCH := \ BUILD_OS_ARCH := \