Skip to content

Commit

Permalink
updating ghActions jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasSUSE committed Sep 5, 2024
1 parent 3d2beb5 commit 8c4081e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,24 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: golangci/golangci-lint-action@v4
- uses: actions/setup-go@v5
with:
version: v1.57
go-version: '1.23'

- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60
args: --timeout 5m

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.23'

- name: Run goreleaser
uses: goreleaser/goreleaser-action@v5
Expand Down

0 comments on commit 8c4081e

Please sign in to comment.