Skip to content

Update Go to 1.24 and base image to Alpine 3.21 (#211) #432

Update Go to 1.24 and base image to Alpine 3.21 (#211)

Update Go to 1.24 and base image to Alpine 3.21 (#211) #432

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- master
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- name: golangci-lint
uses: golangci/golangci-lint-action@v6.5.0
with:
version: latest
args: -D errcheck