chore(deps): bump actions/setup-go from 4 to 5
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
|||||||
id: go-version
|
id: go-version
|
||||||
run: |
|
run: |
|
||||||
echo go-version=$(sed 's/^.*://' .github/go/Dockerfile) >> $GITHUB_OUTPUT
|
echo go-version=$(sed 's/^.*://' .github/go/Dockerfile) >> $GITHUB_OUTPUT
|
||||||
- uses: actions/setup-go@v4
|
- uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: ${{ steps.go-version.outputs.go-version }}
|
go-version: ${{ steps.go-version.outputs.go-version }}
|
||||||
- name: Unit tests
|
- name: Unit tests
|
||||||
@@ -20,7 +20,7 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3.6.0
|
- uses: actions/checkout@v3.6.0
|
||||||
- uses: actions/setup-go@v4
|
- uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: 1.17
|
go-version: 1.17
|
||||||
- name: Lint
|
- name: Lint
|
||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
id: go-version
|
id: go-version
|
||||||
run: |
|
run: |
|
||||||
echo go-version=$(sed 's/^.*://' .github/go/Dockerfile) >> $GITHUB_OUTPUT
|
echo go-version=$(sed 's/^.*://' .github/go/Dockerfile) >> $GITHUB_OUTPUT
|
||||||
- uses: actions/setup-go@v4
|
- uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: ${{ steps.go-version.outputs.go-version }}
|
go-version: ${{ steps.go-version.outputs.go-version }}
|
||||||
- name: Build executable
|
- name: Build executable
|
||||||
@@ -74,7 +74,7 @@ jobs:
|
|||||||
id: go-version
|
id: go-version
|
||||||
run: |
|
run: |
|
||||||
echo go-version=$(sed 's/^.*://' .github/go/Dockerfile) >> $GITHUB_OUTPUT
|
echo go-version=$(sed 's/^.*://' .github/go/Dockerfile) >> $GITHUB_OUTPUT
|
||||||
- uses: actions/setup-go@v4
|
- uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: ${{ steps.go-version.outputs.go-version }}
|
go-version: ${{ steps.go-version.outputs.go-version }}
|
||||||
- name: Select custom release notes
|
- name: Select custom release notes
|
||||||
|
|||||||
Reference in New Issue
Block a user