mirror of
https://github.com/georgyo/ifconfig.io.git
synced 2025-06-15 11:57:07 +00:00
Merge pull request #61 from georgyo/renovate/actions-setup-go-5.x
Update actions/setup-go action to v5
This commit is contained in:
commit
0fdfa82fe7
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
Loading…
x
Reference in New Issue
Block a user