Skip to content

chore: update vega to v0.77.6 #914

chore: update vega to v0.77.6

chore: update vega to v0.77.6 #914

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21.5'
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.7.0
with:
version: v1.55.2
args: --config .golangci.toml --verbose
env:
GO111MODULE: on