Skip to content

chore(deps): bump golang from 1.21.4-alpine3.17 to 1.21.5-alpine3.17 #113

chore(deps): bump golang from 1.21.4-alpine3.17 to 1.21.5-alpine3.17

chore(deps): bump golang from 1.21.4-alpine3.17 to 1.21.5-alpine3.17 #113

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
paths:
- '**.go'
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
## golang v1.18 breaks golangci-lint <= v1.45
## ref: https://github.com/golangci/golangci-lint/issues/2374#issuecomment-1069029422
go-version: '1.19'
- uses: actions/checkout@v4
- name: format
run: make format && git diff --exit-code
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.7.0
with:
version: v1.49