Skip to content

Commit

Permalink
Add setup-go as required for v3
Browse files Browse the repository at this point in the history
  • Loading branch information
afritzler committed Feb 25, 2022
1 parent b2aa1a7 commit 91ca95d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Lint Golang Codebase

on:
pull_request_target:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'
Expand All @@ -11,6 +11,9 @@ jobs:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.17'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit 91ca95d

Please sign in to comment.