Skip to content

Commit 6e7fab4

Browse files
dependabot[bot]boyan-soubachov
authored andcommitted
Bump actions/setup-go from 2 to 3.1.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.1.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v2...v3.1.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 106ec21 commit 6e7fab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Setup Go
13-
uses: actions/setup-go@v2
13+
uses: actions/setup-go@v3.1.0
1414
with:
1515
go-version: ${{ matrix.go_version }}
1616
- run: ./.ci.gogenerate.sh

0 commit comments

Comments
 (0)