Skip to content

Commit

Permalink
Update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudlena committed Jun 9, 2023
1 parent e21c84e commit 6c7787f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: "1.19"
go-version: "1.20"
- name: Checkout repo
uses: actions/checkout@v3
- name: Lint code
uses: golangci/golangci-lint-action@v3
with:
version: v1.50
version: v1.53
args: --timeout=5m
- name: Run tests
run: make test
Expand All @@ -30,13 +30,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: "1.19"
go-version: "1.20"
- name: Checkout repo
uses: actions/checkout@v3
- name: Release
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v4
with:
args: release --rm-dist
env:
Expand Down

0 comments on commit 6c7787f

Please sign in to comment.