chore: update CI, dependencies, and linter
This commit is contained in:
committed by
GitHub
parent
a7324d7c32
commit
dec1ed84e3
4
.github/workflows/go-cross.yml
vendored
4
.github/workflows/go-cross.yml
vendored
@ -21,11 +21,11 @@ jobs:
|
||||
steps:
|
||||
# https://github.com/marketplace/actions/checkout
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# https://github.com/marketplace/actions/setup-go-environment
|
||||
- name: Set up Go ${{ matrix.go-version }}
|
||||
uses: actions/setup-go@v4
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
|
||||
|
Reference in New Issue
Block a user