Skip to content

Commit

Permalink
Merge pull request #16 from ca-gip/fix-ci
Browse files Browse the repository at this point in the history
💚 Fix CI Lint
  • Loading branch information
Whisper40 authored Jul 2, 2024
2 parents 00e9d43 + 27b02bd commit 2872571
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 33 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/pr.yaml

This file was deleted.

11 changes: 7 additions & 4 deletions .github/workflows/quality-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.53
only-new-issues: true
version: v1.59
only-new-issues: false
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version: '1.22'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand Down

0 comments on commit 2872571

Please sign in to comment.