Skip to content

Commit

Permalink
Merge pull request #372 from in-toto/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-5.0.2

Bump actions/setup-go from 5.0.1 to 5.0.2
  • Loading branch information
TomHennen committed Jul 16, 2024
2 parents 6487143 + b595c44 commit fc43990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/make-protos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
python-version: '3.x'
- name: Install Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
with:
go-version: 1.20.x
- name: setup env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-go-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Install Go
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
with:
go-version: 1.20.x
- name: Format
Expand Down

0 comments on commit fc43990

Please sign in to comment.