Skip to content

chore(deps): bump golang from 1.20.4-alpine to 1.20.6-alpine #245

chore(deps): bump golang from 1.20.4-alpine to 1.20.6-alpine

chore(deps): bump golang from 1.20.4-alpine to 1.20.6-alpine #245

Workflow file for this run

name: 🙏🏻 Lint Test
on:
pull_request:
workflow_dispatch:
jobs:
lint:
name: Lint Test
runs-on: ubuntu-latest-16-cores
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: "Set up Go"
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Run golangci-lint
uses: golangci/[email protected]
with:
version: latest
args: --timeout 5m
working-directory: .