Skip to content

Commit

Permalink
chore: remove go1.16 from CI (SumoLogic#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Sep 9, 2021
1 parent ee0fb0e commit 651d4dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ jobs:
strategy:
matrix:
include:
- arch_os: linux_amd64
runs_on: ubuntu-20.04
go: '1.16.5'
- arch_os: darwin_amd64
runs_on: macos-latest
go: '1.16.5'
- arch_os: linux_amd64
runs_on: ubuntu-20.04
go: '1.17.0'
Expand Down Expand Up @@ -100,7 +94,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go: [ '1.16.5', '1.17.0' ]
go: [ '1.17.0' ]
arch_os: [ 'linux_amd64' ]
steps:
- uses: actions/checkout@v2.3.4
Expand Down Expand Up @@ -143,15 +137,6 @@ jobs:
strategy:
matrix:
include:
- arch_os: linux_amd64
runs_on: ubuntu-20.04
go: '1.16.5'
- arch_os: linux_arm64
runs_on: ubuntu-20.04
go: '1.16.5'
- arch_os: darwin_amd64
runs_on: macos-latest
go: '1.16.5'
- arch_os: linux_amd64
runs_on: ubuntu-20.04
go: '1.17.0'
Expand Down
4 changes: 2 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ linters-settings:
check-blank: true

gosimple:
go: "1.16"
go: "1.17"

maligned:
# print struct with more effective memory layout or not, false by default
suggest-new: true

unused:
go: "1.16"
go: "1.17"

lll:
# max line length, lines longer will be reported. Default is 120.
Expand Down

0 comments on commit 651d4dd

Please sign in to comment.