Skip to content

Commit

Permalink
Merge pull request #193 from go-gormigrate/update-ci-actions
Browse files Browse the repository at this point in the history
Update ci actions
  • Loading branch information
avakarev authored May 29, 2023
2 parents a368d16 + 7cb3c16 commit 12a484b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18.x
- name: Checkout
uses: actions/checkout@v3

- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod

- name: golangci-lint
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.46.1
version: v1.52.2
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Install Task
uses: arduino/setup-task@v1

- name: Check out code
uses: actions/checkout@v3

- name: Test
run: task docker

0 comments on commit 12a484b

Please sign in to comment.