Skip to content

feat: update to go 1.21.0, add log/slog support #210

feat: update to go 1.21.0, add log/slog support

feat: update to go 1.21.0, add log/slog support #210

Workflow file for this run

name: Lint
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3.6.0
with:
version: v1.54.0
# skip cache becausez of flaky behaviors
skip-build-cache: true
skip-pkg-cache: true