Tobias Klauser
2922f5b9fe
Update CI to Go 1.23
2024-11-05 13:11:58 +01:00
Tobias Klauser
dea1b030f0
Bump minimum Go version to 1.18, test on latest supported releases
...
Bump the minimum supported Go version to 1.18 in go.mod. Also make sure
CI is testing against the latest two versions supported upstream,
currently 1.21 and 1.22.
2024-05-03 18:47:35 +02:00
dependabot[bot]
98133026b5
build(deps): bump actions/setup-go from 4 to 5 ( #239 )
2024-01-04 16:46:32 -08:00
dependabot[bot]
ee5f1f664d
build(deps): bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [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...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 10:52:58 +02:00
dependabot[bot]
71d0c0d092
build(deps): bump actions/setup-go from 3 to 4
...
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>
2023-03-16 08:52:10 +01:00
Tobias Klauser
70408a1556
Update CI to Go 1.20
2023-02-10 14:25:28 +01:00
Tobias Klauser
fc3d8acb6d
go.mod: bump to Go 1.17
2022-12-07 09:20:32 +01:00
Tobias Klauser
4e8ba583e7
Remove vendored modules ( #188 )
2022-11-22 07:49:29 -08:00
Tobias Klauser
cf6a02a850
Update CI to Go 1.19
2022-09-01 22:51:33 +02:00
dependabot[bot]
b328946709
build(deps): bump actions/setup-go from 2 to 3
...
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>
2022-08-31 06:05:39 +02:00
dependabot[bot]
62a38d18c9
build(deps): bump actions/checkout from 2 to 3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 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/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-08-31 05:38:47 +02:00
Tobias Klauser
12769e9c68
ci: add dependabot config ( #176 )
2022-08-31 02:21:56 +03:00
Tobias Klauser
c14dce915a
ci: run tests with -race
2022-07-07 18:07:51 +02:00
Tobias Klauser
72a03a3c85
Bump minimum Go version to 1.13 ( #169 )
2022-05-30 03:03:16 -07:00
Tobias Klauser
3d102a4755
Update CI to Go 1.18
...
Also only test on the minimum supported version (currently Go 1.12) and
the latest two versions supported by the Go project.
2022-05-04 22:48:20 +02:00
Tobias Klauser
c5ab645ce5
Use Go 1.17 in CI
...
Also drop tests for 1.13 and 1.14, these are no longer supported
upstream. Keep 1.12 though as this is the mimimum supported version for
gops.
2021-09-03 09:57:33 +02:00
Tobias Klauser
dc7f958b78
Add GitHub action for CI testing
...
This extends the testing currently done in CircleCI:
* run CI on macOS in addition to Linux and Windows
* testing with multiple Go versions (1.12 through 1.16), not just Go
1.12 like CircleCI
* checks that the code is properly gofmt'ed
* checks proper module vendoring
2021-02-26 10:38:08 +01:00