Commit Graph

10 Commits

Author SHA1 Message Date
Dave Gallant
dee6e9d7d5 Bump go to 1.19 in ci 2022-12-04 22:43:56 -05:00
Dave Gallant
da5c1ac3cd Bump dependencies (#82)
* Bump dependencies

* Bump golangci lint

* Pin go version

* Fix make test
2022-10-03 20:02:47 -07:00
dependabot[bot]
5fb1c95141 Bump goreleaser/goreleaser-action from 2 to 3 (#71)
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2 to 3.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-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>
2022-05-25 09:19:19 -04:00
dependabot[bot]
42747347b9 Bump actions/setup-go from 2 to 3 (#69)
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-25 09:19:08 -04:00
dependabot[bot]
c436bfee98 Bump golangci/golangci-lint-action from 2 to 3 (#70)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2 to 3.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v2...v3)

---
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>
2022-05-25 09:18:43 -04:00
dependabot[bot]
bfdfb18671 Bump actions/checkout from 2 to 3 (#68)
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-25 09:18:32 -04:00
DG
7b4d98702e Add homebrew releaser (#44)
* Add homebrew releaser and tap

* Update README.md
2021-08-10 00:22:56 -04:00
DG
c3c4bb44ba Add --reconnect flag (#43)
* Allow --reconnect and --random to work in unison

* Fix goreleaser
2021-08-09 22:59:45 -04:00
Dave Gallant
d3c2279555 Add parsing tests (#17) 2021-01-30 18:38:52 -05:00
Dave Gallant
a2afbc1e35 Add initial prototype (#1)
* Add survey library to select server

* Add speedtest

* Add --random flag to connect

* Add list command

* Cache server list

* Tail the openvpn logs so that it appears in vpngate logs

* Add goreleaser action

* Add golangci-lint action
2020-12-31 02:56:01 -05:00