Skip to content

upgrade go to 1.21.0 #38

upgrade go to 1.21.0

upgrade go to 1.21.0 #38

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
pull_request:
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.7.0
with:
version: v1.55.2