chore: update CI, dependencies, and linter

This commit is contained in:
Ludovic Fernandez
2024-05-07 17:36:04 +02:00
committed by GitHub
parent a7324d7c32
commit dec1ed84e3
7 changed files with 27 additions and 23 deletions

View File

@ -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 }}