Skip to content

Commit

Permalink
Bump actions/setup-go from 2.2.0 to 5.0.1 (#146)
Browse files Browse the repository at this point in the history
* Bump actions/setup-go from 2.2.0 to 5.0.1

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.2.0 to 5.0.1.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@bfdd357...cdcb360)

---
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>

* Apply suggestions from code review

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cameron Ackerman <cameron_ackerman@selinc.com>
  • Loading branch information
dependabot[bot] and cameracker committed May 13, 2024
1 parent 748a605 commit 7d0ece2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
egress-policy: audit

- name: Build
uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2.2.0
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: '1.19.x'
go-version: '1.22.x'

- name: Check out code into the Go module directory
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
Expand All @@ -53,9 +53,9 @@ jobs:
egress-policy: audit

- name: Build
uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2.2.0
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: '1.18.x'
go-version: '1.21.x'

- name: Check out code into the Go module directory
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
Expand Down

0 comments on commit 7d0ece2

Please sign in to comment.