Skip to content

workflows: bump codecov/codecov-action from 3 to 4 #153

workflows: bump codecov/codecov-action from 3 to 4

workflows: bump codecov/codecov-action from 3 to 4 #153

Workflow file for this run

name: GolangCI-Lint
on: [push, pull_request]
jobs:
run:
name: Run
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
id: go
- name: Check out code
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
args: -c .golangci.yml -v