Skip to content

Bump golang from 1.20.5 to 1.20.6 #518

Bump golang from 1.20.5 to 1.20.6

Bump golang from 1.20.5 to 1.20.6 #518

Workflow file for this run

name: Lint Golang Codebase
on:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.1