Skip to content

build(deps): bump golang from 1.21.2-alpine3.17 to 1.21.3-alpine3.17 #78

build(deps): bump golang from 1.21.2-alpine3.17 to 1.21.3-alpine3.17

build(deps): bump golang from 1.21.2-alpine3.17 to 1.21.3-alpine3.17 #78

Workflow file for this run

name: golangci-lint
on:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.20'
cache: false
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3