mirror of
https://github.com/str4d/rage.git
synced 2025-04-04 11:27:43 +03:00
build(deps): bump actions/setup-go from 2 to 3
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8032c75707
commit
1ea83e59c6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/interop.yml
vendored
2
.github/workflows/interop.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
|||
--data '{"state": "pending", "target_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}", "description": "In progress", "context": "Interoperability tests / Build age"}'
|
||||
|
||||
- name: Set up Go 1.17
|
||||
uses: actions/setup-go@v2
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.17
|
||||
id: go
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue