Bump actions/setup-go from 6.4.0 to 6.5.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.4.0 to 6.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v6.4.0...v6.5.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
This commit is contained in:
committed by
Marco Franssen
parent
08fd19f272
commit
517fdd5692
@@ -36,7 +36,7 @@ jobs:
|
|||||||
git diff
|
git diff
|
||||||
|
|
||||||
- name: Setup go
|
- name: Setup go
|
||||||
uses: actions/setup-go@v6.4.0
|
uses: actions/setup-go@v6.5.0
|
||||||
with:
|
with:
|
||||||
go-version: '1.21'
|
go-version: '1.21'
|
||||||
cache: false
|
cache: false
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v6.4.0
|
uses: actions/setup-go@v6.5.0
|
||||||
with:
|
with:
|
||||||
go-version-file: tests/go.mod
|
go-version-file: tests/go.mod
|
||||||
cache-dependency-path: tests/go.sum
|
cache-dependency-path: tests/go.sum
|
||||||
|
|||||||
Reference in New Issue
Block a user