Skip to content

Bump actions/download-artifact from 4 to 8 #110

Bump actions/download-artifact from 4 to 8

Bump actions/download-artifact from 4 to 8 #110

Workflow file for this run

name: CI
on:
push:
branches: ["**"]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
env:
GOTOOLCHAIN: local
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: .go-version
- run: go mod download
- uses: golangci/golangci-lint-action@v9
with:
version: v2.12.0
args: ./...