Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'v1.x.x' into test/pact-2.0.1
  • Loading branch information
mefellows authored Jul 18, 2023
commit 852836edbaaf258ed15e42d51d972c71723edac1
13 changes: 8 additions & 5 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,31 @@ name: golangci-lint
on:
push:
tags:
- v1*
- v2*
branches:
- v1.x.x
- master
- main
pull_request:
jobs:
golangci:
name: lint
strategy:
fail-fast: false
matrix:
go-version: [
1.17.x,
# 1.18.x
1.18.x,
1.19.x
]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.