Skip to content

Bump github.com/vladopajic/go-actor from 0.9.1 to 0.9.6 (#7) #26

Bump github.com/vladopajic/go-actor from 0.9.1 to 0.9.6 (#7)

Bump github.com/vladopajic/go-actor from 0.9.1 to 0.9.6 (#7) #26

Workflow file for this run

name: lint
on: [push]
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: setup go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60.3
- id: govulncheck
uses: golang/govulncheck-action@v1
- name: go mod tidy check
uses: katexochen/go-tidy-check@v2