Skip to content

Commit 022b153

Browse files
authoredMay 26, 2022
Bump actions/setup-go from 3.1.0 to 3.2.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1f93b0c commit 022b153

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.