Also update CI and go.mod

This commit is contained in:
Frederik Ring 2025-02-22 16:09:13 +01:00
parent 02481a1a84
commit 2beb4d2a14
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23'
go-version: '1.24'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3

View File

@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.23.x'
go-version: '1.24.x'
- name: Install dependencies
run: go mod download
- name: Test with the Go CLI

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/offen/docker-volume-backup
go 1.23
go 1.24
require (
filippo.io/age v1.2.1