1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

Merge pull request #377 from docker/dependabot/github_actions/actions/setup-go-6

build(deps): bump actions/setup-go from 5 to 6
This commit is contained in:
Sebastiaan van Stijn
2025-10-01 15:22:19 +02:00
committed by GitHub
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
uses: actions/checkout@v5 uses: actions/checkout@v5
- -
name: Set up Go name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v6
with: with:
go-version: ${{ env.GO_VERSION }} go-version: ${{ env.GO_VERSION }}
- -