Merge pull request #359 from restic/dependabot/github_actions/actions/setup-go-6
Some checks failed
test / Linux Go 1.23.x (push) Has been cancelled
test / Linux (race) Go 1.24.x (push) Has been cancelled
test / Linux Go 1.24.x (push) Has been cancelled
test / lint (push) Has been cancelled
test / Analyze results (push) Has been cancelled

Bump actions/setup-go from 5 to 6
This commit is contained in:
Michael Eischer
2025-10-04 16:51:20 +02:00
committed by GitHub

View File

@@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: Set up Go ${{ matrix.go }} - name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v5 uses: actions/setup-go@v6
with: with:
go-version: ${{ matrix.go }} go-version: ${{ matrix.go }}
@@ -81,7 +81,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
- name: Set up Go ${{ env.latest_go }} - name: Set up Go ${{ env.latest_go }}
uses: actions/setup-go@v5 uses: actions/setup-go@v6
with: with:
go-version: ${{ env.latest_go }} go-version: ${{ env.latest_go }}