Skip to content

DEVCON-7212: Upgrade atlantis to Go 1.23 #1622

DEVCON-7212: Upgrade atlantis to Go 1.23

DEVCON-7212: Upgrade atlantis to Go 1.23 #1622

Workflow file for this run

name: linter
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: runner / golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.23
- uses: actions/checkout@v3
- name: Run golangci-lint
uses: golangci/[email protected]
with:
args: --timeout 3m --verbose --disable revive
version: v1.61.0