mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-04-11 20:15:36 +02:00
Desired go version can be read from go.mod (#674)
This commit is contained in:
4
.github/workflows/unit.yml
vendored
4
.github/workflows/unit.yml
vendored
@@ -12,9 +12,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v4
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: '1.25.x'
|
||||
go-version-file: 'go.mod'
|
||||
- name: Install dependencies
|
||||
run: go mod download
|
||||
- name: Test with the Go CLI
|
||||
|
||||
Reference in New Issue
Block a user