39 Commits

Author SHA1 Message Date
Jeroen Simonetti
e363a195fc
Update go-test versions (#223)
Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
2024-05-10 08:56:27 +02:00
dependabot[bot]
21381213d4
build(deps): bump actions/checkout from 4.1.2 to 4.1.4 (#220)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](9bb56186c3...0ad4b8fada)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-01 09:59:49 +02:00
dependabot[bot]
96d66770f0
build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.1.0 (#219)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4.0.0 to 5.1.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](3cfe3a4abb...9d1e0624a7)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-01 09:57:24 +02:00
dependabot[bot]
e96eaa2e67
build(deps): bump actions/checkout from 4.1.1 to 4.1.2 (#215)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](b4ffde65f4...9bb56186c3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-01 10:37:22 +02:00
dependabot[bot]
b9b8597f68
build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 (#213)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.7.0 to 4.0.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](3a91952989...3cfe3a4abb)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-01 11:42:35 +01:00
dependabot[bot]
2b431469ab
build(deps): bump golang/govulncheck-action from 1.0.1 to 1.0.2 (#212)
Bumps [golang/govulncheck-action](https://github.com/golang/govulncheck-action) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/golang/govulncheck-action/releases)
- [Commits](7da72f730e...3a32958c27)

---
updated-dependencies:
- dependency-name: golang/govulncheck-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-01 11:41:20 +01:00
dependabot[bot]
8740a9cdb8
build(deps): bump actions/setup-go from 4.1.0 to 5.0.0 (#209)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.1.0 to 5.0.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](93397bea11...0c52d547c9)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeroen Simonetti <jsimonetti@users.noreply.github.com>
2024-01-05 15:09:50 +01:00
dependabot[bot]
27a8b312ae
build(deps): bump actions/setup-go from 3.5.0 to 4.1.0 (#205)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.5.0 to 4.1.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](6edd4406fa...93397bea11)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-27 14:47:17 +01:00
Jeroen Simonetti
13375a6065
Use commit hash with actions (#203)
Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
2023-11-27 13:55:11 +01:00
Ben Kochie
889c07bf6d
Enable golangci-lint (#202)
Add a GitHub actions workflow to run golanci-lint.
* Only uses latest Go version to avoid `gofmt` differences.
* Fixup linting issues.
* Ignore misspell `Prefered` as it is used as a public struct variable.
* Disable `unused-parameter` as it produces unecessary warning noise.

Signed-off-by: SuperQ <superq@gmail.com>
2023-11-27 13:42:29 +01:00
Jeroen Simonetti
74450cbc13 Revert #187
Using an explicit matrix, makes sure the required version of the module
can be tested.

Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
2023-11-27 11:00:17 +01:00
dependabot[bot]
780bd59b89
build(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#195)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-01 08:55:05 +01:00
dependabot[bot]
a5e0bae29c
build(deps): bump actions/checkout from 3.6.0 to 4.1.0 (#188)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.6.0...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-01 10:00:53 +02:00
Jeroen Simonetti
ba8be0e97d
[ci] use stable and oldstable identifiers (#187)
Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
2023-09-25 17:16:51 +02:00
dependabot[bot]
9474a37044
build(deps): bump actions/checkout from 3.5.3 to 3.6.0 (#185)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.5.3...v3.6.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-01 10:14:33 +02:00
Jeroen Simonetti
e1a69d8d81
Add go 1.21 tests (#184)
* Add go 1.21 tests
* Remove go1.19 test

Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
2023-08-17 19:03:53 +02:00
Jeroen Simonetti
f50b22bd73
Create govulncheck.yml (#180) 2023-07-17 10:30:10 +02:00
dependabot[bot]
3d9eb2a070
build(deps): bump actions/checkout from 3.5.2 to 3.5.3 (#177)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.5.2...v3.5.3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-01 09:45:14 +02:00
dependabot[bot]
e70bdb6dc1
build(deps): bump actions/checkout from 3.5.0 to 3.5.2 (#174)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.5.0...v3.5.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-01 10:07:09 +02:00
dependabot[bot]
41898df209
build(deps): bump actions/checkout from 3.3.0 to 3.5.0 (#170)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.3.0...v3.5.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeroen Simonetti <jsimonetti@users.noreply.github.com>
2023-04-01 13:47:25 +02:00
dependabot[bot]
5561596ba6
build(deps): bump actions/setup-go from 3 to 4 (#171)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-01 13:45:19 +02:00
Jeroen Simonetti
edeb8fa4ac
Update to go 1.20 (#169)
Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
2023-03-11 20:25:35 +01:00
dependabot[bot]
587438edfe
build(deps): bump actions/checkout from 3.2.0 to 3.3.0 (#165)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-01 08:49:48 +01:00
dependabot[bot]
484dffa5b0
build(deps): bump actions/checkout from 3.1.0 to 3.2.0 (#162)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-01 13:48:00 +01:00
dependabot[bot]
6025c0a17c
build(deps): bump actions/checkout from 2 to 3.1.0 (#155)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeroen Simonetti <jsimonetti@users.noreply.github.com>
2022-10-09 08:31:58 +02:00
dependabot[bot]
daec7ecf9e
build(deps): bump actions/setup-go from 2 to 3 (#156)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-09 08:30:18 +02:00
Jeroen Simonetti
ed0c7dd095
Add github actions to dependabot(#154)
Add github action updates.

Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
2022-10-09 02:31:26 +02:00
Jeroen Simonetti
c4f08d66f3
chore: add go119 (#147)
Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
2022-08-25 09:39:13 +02:00
Jeroen Simonetti
79fb2fc9e6
go-native fuzz (#140)
* Add first attempt at native fuzzing

Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
2022-04-12 17:42:36 +02:00
Jeroen Simonetti
435639c8e6
Update go-test.yml 2021-09-22 10:00:37 +02:00
Jeroen Simonetti
a71c5dabed
Update go-test.yml 2021-09-22 10:00:21 +02:00
Jeroen Simonetti
1b79e63a70
Update go-test.yml (#111) 2021-02-26 13:06:01 +01:00
Jeroen Simonetti
66c871082f
Update dependabot.yml 2021-02-12 08:51:22 +01:00
Jeroen Simonetti
a4fa26e24a
build(deps): use github integrated dependabot (#106)
Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
2021-02-12 08:39:17 +01:00
Jeroen Simonetti
1080298718
Use 1.15 for integration tests too 2020-10-07 11:59:15 +02:00
Jeroen Simonetti
bf06c65f05
Test with 1.15 2020-10-07 11:58:28 +02:00
Jeroen Simonetti
7a753270ee
Update go-test.yml (#72)
Add tests for go 1.14
2020-02-29 12:48:18 +01:00
Jeroen Simonetti
c1e6480802
Update go-test.yml
Run on PR also
2020-02-07 20:42:09 +01:00
Jeroen Simonetti
f846d4f6c1
Use github actions (#70)
Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
2020-01-17 13:37:17 +01:00