Skip to content

Bump alpine from 3.19.1 to 3.20.0 #95

Bump alpine from 3.19.1 to 3.20.0

Bump alpine from 3.19.1 to 3.20.0 #95

Workflow file for this run

name: "Lint"
on: push
jobs:
lint:
runs-on: ubuntu-latest
container:
image: golangci/golangci-lint:v1.21-alpine
options: -w /go/src/github.com/mxssl/ntwrk
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: apk add --no-cache make
- name: Lint
run: make lint