Skip to content

chore(ci): bump goreleaser/goreleaser-action from 5.1.0 to 6.1.0 #80

chore(ci): bump goreleaser/goreleaser-action from 5.1.0 to 6.1.0

chore(ci): bump goreleaser/goreleaser-action from 5.1.0 to 6.1.0 #80

name: Lint and Test
on:
push:
branches-ignore:
- master
- main
- gh-pages
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19.x
- name: Run GolangCI-Lint
uses: golangci/[email protected]
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19.x
- run: go test ./...