Skip to content

Commit 07eaf5d

Browse files
authoredMay 26, 2022
Merge pull request #23 from petermattis/dependabot/github_actions/actions/setup-go-3.2.0
2 parents 1f93b0c + 022b153 commit 07eaf5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
steps:
120120
- uses: actions/checkout@v3
121121
- name: Set up Go
122-
uses: actions/setup-go@v3.1.0
122+
uses: actions/setup-go@v3.2.0
123123
with:
124124
go-version: ${{ matrix.go }}
125125
- name: 'Build with ${{ matrix.go }}'

0 commit comments

Comments
 (0)
Please sign in to comment.