Skip to content

Commit 4ba4197

Browse files
authored
Merge pull request #438 from in-toto/dependabot/github_actions/actions/setup-go-5.3.0
Bump actions/setup-go from 5.2.0 to 5.3.0
2 parents 937936a + b2310cc commit 4ba4197

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/make-protos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
python-version: '3.x'
2727
- name: Install Go
28-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
28+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
2929
with:
3030
go-version: 1.20.x
3131
- name: setup env

.github/workflows/run-go-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout
2121
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
2222
- name: Install Go
23-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
23+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
2424
with:
2525
go-version: 1.20.x
2626
- name: Format

0 commit comments

Comments
 (0)