Skip to content

Commit

Permalink
Merge branch 'master' into cifuzz.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hugelgupf authored Jan 29, 2024
2 parents c3df774 + 8c70d40 commit 11904a9
Show file tree
Hide file tree
Showing 30 changed files with 42 additions and 2,605 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,8 @@ jobs:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest

# Optional: golangci-lint command line arguments.
# args: --issues-exit-code=0

# Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true

# Optional: if set to true then the action will use pre-installed Go
# skip-go-installation: true
- uses: actions/checkout@v4
- uses: golangci/golangci-lint-action@v3
# checklicenses:
# name: checklicenses
# runs-on: ubuntu-latest
Expand Down
18 changes: 6 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.18', '1.19', '1.20']
env:
GO111MODULE: on
go: ['1.20', '1.21']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
stable: false
go-version: ${{ matrix.go }}
- name: run unit tests
run: |
Expand All @@ -33,14 +30,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.18', '1.19', '1.20']
env:
GO111MODULE: on
go: ['1.20', '1.21']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
stable: false
go-version: ${{ matrix.go }}
- name: run integ tests
run: |
Expand Down
217 changes: 0 additions & 217 deletions dhcpv4/async/client.go

This file was deleted.

Loading

0 comments on commit 11904a9

Please sign in to comment.