Skip to content

Commit

Permalink
using main branch on workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tbuchaillot committed Jul 31, 2023
1 parent 308b68d commit 737faac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:

jobs:
gotest:
uses: TykTechnologies/github-actions/.github/workflows/gotest.yaml@gotest/test-params
uses: TykTechnologies/github-actions/.github/workflows/gotest.yaml@main
strategy:
fail-fast: false
matrix:
Expand All @@ -31,7 +31,7 @@ jobs:
golangci:
needs: gotest
if: ${{ always() }}
uses: TykTechnologies/github-actions/.github/workflows/golangci.yaml@golangci/go-version
uses: TykTechnologies/github-actions/.github/workflows/golangci.yaml@main
with:
main_branch: "master"
go_version: 1.19
Expand Down

0 comments on commit 737faac

Please sign in to comment.