Skip to content

build(deps): bump golang.org/x/net from 0.10.0 to 0.12.0 #941

build(deps): bump golang.org/x/net from 0.10.0 to 0.12.0

build(deps): bump golang.org/x/net from 0.10.0 to 0.12.0 #941

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
paths:
- '**.go'
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
with:
go-version-file: 'go.mod'
- name: Build UI
run: make ui
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.49