ci: update actions/setup-go to v4 for Go 1.21+ support
This commit is contained in:
parent
8fa4cb2f77
commit
0edc920f8b
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v1
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go }}
|
go-version: ${{ matrix.go }}
|
||||||
- name: test
|
- name: test
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue