Skip to content

TRIVIAL: Bump alpine from 3.17.3 to 3.18.4 #65

TRIVIAL: Bump alpine from 3.17.3 to 3.18.4

TRIVIAL: Bump alpine from 3.17.3 to 3.18.4 #65

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
with:
cache: false
go-version-file: go.mod
- name: Lint
uses: wandera/golangci-lint-action@v3
with:
version: v1.55.1
args: --out-${NO_FUTURE}format colored-line-number