Go.mod is out of sync with builder image (#730)

This commit is contained in:
Frederik Ring
2026-02-17 11:57:54 +01:00
committed by GitHub
parent 6ee82db648
commit db8cdc9cde
2 changed files with 4 additions and 2 deletions

View File

@@ -21,5 +21,5 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.4
version: v2.9
args: --timeout 5m

4
go.mod
View File

@@ -1,6 +1,8 @@
module github.com/offen/docker-volume-backup
go 1.25.3
go 1.26
toolchain go1.26.0
require (
filippo.io/age v1.3.1