Skip to content

Commit

Permalink
ci: update ci
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <[email protected]>
  • Loading branch information
rustatian committed Feb 16, 2023
1 parent a1ae303 commit cc32b0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
- name: Check out code
uses: actions/checkout@v3

- name: Set up Go 1.19
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: '1.20'

- name: Run linter
uses: golangci/[email protected] # Action page: <https://github.com/golangci/golangci-lint-action>
with:
version: v1.48 # without patch version
version: v1.51 # without patch version
only-new-issues: false # show only new issues if it's a pull request
args: --timeout=10m
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: true
matrix:
go: ["1.19"]
go: ["1.20"]
os: ["ubuntu-latest", "macos-latest"]
steps:
- name: Set up Go ${{ matrix.go }}
Expand Down

0 comments on commit cc32b0a

Please sign in to comment.