Merge pull request #2151 from docker/dependabot/github_actions/actions/setup-go-5

build(deps): bump actions/setup-go from 4 to 5
This commit is contained in:
CrazyMax
2023-12-07 07:43:59 -08:00
committed by GitHub

View File

@@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- -
name: Set up Go name: Set up Go
uses: actions/setup-go@v4 uses: actions/setup-go@v5
with: with:
go-version: ${{ env.GO_VERSION }} go-version: ${{ env.GO_VERSION }}
- -