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:
|
||||
go-version: ['1.21', '1.22']
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
- name: Install Staticcheck
|
||||
|
|
Loading…
Reference in a new issue