Skip to content

Bump golang to 1.21.6 #101

Bump golang to 1.21.6

Bump golang to 1.21.6 #101

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
pull_request: ~
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # [email protected]
with:
go-version: '1.21'
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # [email protected]
- name: golangci-lint
uses: golangci/golangci-lint-action@07db5389c99593f11ad7b44463c2d4233066a9b1 # [email protected]
with:
version: v1.52.2
args: --verbose --timeout 5m