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

build(deps): bump actions/setup-go from 2 to 3

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v3

)

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

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent 0c0643f9
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ jobs: ...@@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
persist-credentials: false persist-credentials: false
- uses: actions/setup-go@v2 - uses: actions/setup-go@v3
with: with:
go-version: ${{ env.golang-version }} go-version: ${{ env.golang-version }}
- run: make --always-make generate validate && git diff --exit-code - run: make --always-make generate validate && git diff --exit-code
...@@ -29,7 +29,7 @@ jobs: ...@@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
persist-credentials: false persist-credentials: false
- uses: actions/setup-go@v2 - uses: actions/setup-go@v3
with: with:
go-version: ${{ env.golang-version }} go-version: ${{ env.golang-version }}
- run: make check-docs - run: make check-docs
...@@ -40,7 +40,7 @@ jobs: ...@@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
persist-credentials: false persist-credentials: false
- uses: actions/setup-go@v2 - uses: actions/setup-go@v3
with: with:
go-version: ${{ env.golang-version }} go-version: ${{ env.golang-version }}
- run: make --always-make lint - run: make --always-make lint
...@@ -51,7 +51,7 @@ jobs: ...@@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
persist-credentials: false persist-credentials: false
- uses: actions/setup-go@v2 - uses: actions/setup-go@v3
with: with:
go-version: ${{ env.golang-version }} go-version: ${{ env.golang-version }}
- run: make --always-make fmt && git diff --exit-code - run: make --always-make fmt && git diff --exit-code
...@@ -62,7 +62,7 @@ jobs: ...@@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
persist-credentials: false persist-credentials: false
- uses: actions/setup-go@v2 - uses: actions/setup-go@v3
with: with:
go-version: ${{ env.golang-version }} go-version: ${{ env.golang-version }}
- run: make --always-make test - run: make --always-make test
...@@ -73,7 +73,7 @@ jobs: ...@@ -73,7 +73,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
persist-credentials: false persist-credentials: false
- uses: actions/setup-go@v2 - uses: actions/setup-go@v3
with: with:
go-version: ${{ env.golang-version }} go-version: ${{ env.golang-version }}
- run: make --always-make kubescape - run: make --always-make kubescape
...@@ -89,7 +89,7 @@ jobs: ...@@ -89,7 +89,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
persist-credentials: false persist-credentials: false
- uses: actions/setup-go@v2 - uses: actions/setup-go@v3
with: with:
go-version: ${{ env.golang-version }} go-version: ${{ env.golang-version }}
- name: Start KinD - name: Start KinD
......
...@@ -21,7 +21,7 @@ jobs: ...@@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
ref: ${{ matrix.branch }} ref: ${{ matrix.branch }}
- uses: actions/setup-go@v2 - uses: actions/setup-go@v3
with: with:
go-version: ${{ env.golang-version }} go-version: ${{ env.golang-version }}
- name: Upgrade versions - name: Upgrade versions
......
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