Skip to content

Commit

Permalink
Bump ci-actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonboom committed Mar 12, 2023
1 parent 9482f04 commit b3f07bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: rlespinasse/github-slug-action@v4
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: ^1.20
- run: cd /tmp && go install github.com/Antonboom/errname@${{ env.GITHUB_REF_NAME }} && errname -h

lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: golangci/golangci-lint-action@v2
- uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v3
with:
version: latest

tests:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: ^1.20
- uses: actions/checkout@v2
Expand Down

0 comments on commit b3f07bf

Please sign in to comment.