Skip to content

feat(deps): bump alpine from 3.19 to 3.20 #138

feat(deps): bump alpine from 3.19 to 3.20

feat(deps): bump alpine from 3.19 to 3.20 #138

Workflow file for this run

name: golangci-lint
on:
push:
paths:
- '**.go'
branches:
- master
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.19'
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.51.2
args: -c .golang-ci.yml -v --timeout=5m
env:
GO111MODULES: off