Skip to content

build(deps): bump github.com/zeromicro/go-zero from 1.5.4 to 1.6.0 #51

build(deps): bump github.com/zeromicro/go-zero from 1.5.4 to 1.6.0

build(deps): bump github.com/zeromicro/go-zero from 1.5.4 to 1.6.0 #51

name: CI
on:
push:
branches: [ "main" ]
tags: [ "v*.*.*" ]
pull_request:
branches: [ "main" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
run:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
target:
- linux-amd64-fmt
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest