Skip to content

chore(deps): bump golang from 1.20-alpine3.18 to 1.22-alpine3.18 in /backend #546

chore(deps): bump golang from 1.20-alpine3.18 to 1.22-alpine3.18 in /backend

chore(deps): bump golang from 1.20-alpine3.18 to 1.22-alpine3.18 in /backend #546

Workflow file for this run

---
name: golangci-lint
on:
pull_request:
paths:
- backend/**
permissions:
contents: read
jobs:
golangci:
name: go-linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
working-directory: backend
args: --timeout=5m