Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
Merge branch 'main' into combo
Browse files Browse the repository at this point in the history
  • Loading branch information
dertseha committed Jun 4, 2022
2 parents 68adfb8 + b85dc63 commit 7dbda0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2.3.0
uses: golangci/golangci-lint-action@v3.2.0
with:
version: v1.44.0
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [ 1.12, 1.13, 1.14, 1.15, 1.16, 1.17 ]
go-version: [ 1.12, 1.18 ]
os: [ macos-latest, windows-latest, ubuntu-latest ]
steps:
- name: Set up Go
Expand Down

0 comments on commit 7dbda0b

Please sign in to comment.