Skip to content
Snippets Groups Projects
Unverified Commit 066f9c9e authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump actions/setup-go from 2.1.5 to 2.2.0 (#663)

* Bump actions/setup-go from 2.1.5 to 2.2.0

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.5 to 2.2.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/424fc82d43fa5a37540bae62709ddcc23d9520d4...bfdd3570ce990073878bf10f6b2d79082de49492

)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: default avatardependabot[bot] <support@github.com>

* update version in comment

Signed-off-by: default avatarBob Callaway <bob.callaway@gmail.com>

Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: default avatarBob Callaway <bob.callaway@gmail.com>
parent ef139b8b
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ jobs:
- name: Extract version of Go to use
run: echo "GOVERSION=$(cat Dockerfile|grep golang | awk ' { print $2 } ' | cut -d '@' -f 1 | cut -d ':' -f 2 | uniq)" >> $GITHUB_ENV
- uses: actions/setup-go@424fc82d43fa5a37540bae62709ddcc23d9520d4 #v2.1.5
- uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 #v2.2.0
with:
go-version: ${{ env.GOVERSION }}
......
......@@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 #v2.4.0
- name: Extract version of Go to use
run: echo "GOVERSION=$(cat Dockerfile|grep golang | awk ' { print $2 } ' | cut -d '@' -f 1 | cut -d ':' -f 2 | uniq)" >> $GITHUB_ENV
- uses: actions/setup-go@424fc82d43fa5a37540bae62709ddcc23d9520d4 #v2.1.5
- uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 #v2.2.0
with:
go-version: ${{ env.GOVERSION }}
- name: Validate OpenAPI with Swagger
......@@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 #v2.4.0
- name: Extract version of Go to use
run: echo "GOVERSION=$(cat Dockerfile|grep golang | awk ' { print $2 } ' | cut -d '@' -f 1 | cut -d ':' -f 2 | uniq)" >> $GITHUB_ENV
- uses: actions/setup-go@424fc82d43fa5a37540bae62709ddcc23d9520d4 #v2.1.5
- uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 #v2.2.0
with:
go-version: ${{ env.GOVERSION }}
- uses: imjasonh/setup-ko@2c3450ca27f6e6f2b02e72a40f2163c281a1f675 #v0.4
......@@ -72,7 +72,7 @@ jobs:
run: docker-compose build
- name: Extract version of Go to use
run: echo "GOVERSION=$(cat Dockerfile|grep golang | awk ' { print $2 } ' | cut -d '@' -f 1 | cut -d ':' -f 2 | uniq)" >> $GITHUB_ENV
- uses: actions/setup-go@424fc82d43fa5a37540bae62709ddcc23d9520d4 #v2.1.5
- uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 #v2.2.0
with:
go-version: ${{ env.GOVERSION }}
- name: CLI
......
......@@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 #v2.4.0
- name: Extract version of Go to use
run: echo "GOVERSION=$(cat Dockerfile|grep golang | awk ' { print $2 } ' | cut -d '@' -f 1 | cut -d ':' -f 2 | uniq)" >> $GITHUB_ENV
- uses: actions/setup-go@424fc82d43fa5a37540bae62709ddcc23d9520d4 #v2.1.5
- uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 #v2.2.0
with:
go-version: ${{ env.GOVERSION }}
- uses: anchore/sbom-action/download-syft@3626d7d7b13e87ee6c6f9ded3940dea05a3967bc #v0.6.0
......
......@@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 #v2.4.0
- name: Extract version of Go to use
run: echo "GOVERSION=$(cat Dockerfile|grep golang | awk ' { print $2 } ' | cut -d '@' -f 1 | cut -d ':' -f 2 | uniq)" >> $GITHUB_ENV
- uses: actions/setup-go@424fc82d43fa5a37540bae62709ddcc23d9520d4 #v2.1.5
- uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 #v2.2.0
with:
go-version: ${{ env.GOVERSION }}
- name: Install addlicense
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment