Skip to content

Commit

Permalink
Bump actions/setup-go from 3.2.1 to 3.3.0 (#92)
Browse files Browse the repository at this point in the history
* Bump actions/setup-go from 3.2.1 to 3.3.0

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@84cbf80...268d8c0)

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

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

* update version comment and add check latest parameter

Signed-off-by: cpanato <ctadeu@gmail.com>

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: cpanato <ctadeu@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
dependabot[bot] and cpanato committed Aug 29, 2022
1 parent 14d4334 commit f3c664d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-action.yml
Expand Up @@ -202,9 +202,10 @@ jobs:
name: Try to install cosign with go
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
- uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v3.0.0
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v3.3.0
with:
go-version: '1.18.x'
go-version: 1.18
check-latest: true
- name: Install Cosign
uses: ./
with:
Expand Down

0 comments on commit f3c664d

Please sign in to comment.