Skip to content

[WIP] Bump go to 1.21 #4616

[WIP] Bump go to 1.21

[WIP] Bump go to 1.21 #4616

Workflow file for this run

name: GolangCI Lint
on:
pull_request:
types: [opened, edited, synchronize, reopened]
branches:
- main
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: "1.21"
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.2