chore: update Go, and linter

This commit is contained in:
Fernandez Ludovic
2023-08-21 23:27:26 +02:00
parent 87f25fc35b
commit c081c06239
5 changed files with 7 additions and 7 deletions

View File

@ -12,8 +12,8 @@ jobs:
name: Main Process
runs-on: ubuntu-latest
env:
GO_VERSION: '1.20'
GOLANGCI_LINT_VERSION: v1.53.3
GO_VERSION: stable
GOLANGCI_LINT_VERSION: v1.54.2
CGO_ENABLED: 0
steps:

View File

@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
go-version: [ 1.19, 1.x ]
go-version: [ stable, oldstable ]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:

View File

@ -9,7 +9,7 @@ jobs:
name: Release Process
runs-on: ubuntu-latest
env:
GO_VERSION: '1.20'
GO_VERSION: stable
CGO_ENABLED: 0
steps: