update action versions
This commit is contained in:
parent
56bff97fcf
commit
7b48dd0d1c
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
@ -12,10 +12,10 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: ['1.21', '1.22']
|
go-version: ['1.21', '1.22']
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
- name: Install Staticcheck
|
- name: Install Staticcheck
|
||||||
|
|
Loading…
Reference in a new issue