mirror of
https://github.com/outbackdingo/qdrant-helm.git
synced 2026-01-27 10:20:18 +00:00
Bump actions/setup-go from 5 to 6 (#383)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/pr-workflow.yaml
vendored
2
.github/workflows/pr-workflow.yaml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
- name: Run lint
|
||||
run: make lint
|
||||
|
||||
- uses: actions/setup-go@v5
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: '^1.24.1'
|
||||
cache-dependency-path: go.sum
|
||||
|
||||
2
.github/workflows/release-workflow.yaml
vendored
2
.github/workflows/release-workflow.yaml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
ref: gh-pages
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: 1.24
|
||||
|
||||
|
||||
Reference in New Issue
Block a user