1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-07-18 01:32:19 +05:30

Merge pull request #449 from docker/dependabot/github_actions/actions/setup-go-6.5.0

build(deps): bump actions/setup-go from 6.4.0 to 6.5.0
This commit is contained in:
Sebastiaan van Stijn
2026-07-09 15:43:02 +02:00
committed by GitHub
+1 -1
View File
@@ -61,7 +61,7 @@ jobs:
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
-
name: Set up Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version: ${{ env.GO_VERSION }}
-