Commit Graph

34 Commits

Author SHA1 Message Date
dependabot[bot]
cac9c754cb update-github-action(deps): bump actions/setup-go from 3 to 4 (#1860)
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-06-23 17:56:11 +02:00
dependabot[bot]
e6661ff720 update-github-action(deps): bump goreleaser/goreleaser-action (#1861)
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2 to 4.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v2...v4)

---
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>
Co-authored-by: DrPsychick <drpsychick@drsick.net>
2023-06-23 15:02:31 +02:00
Richard Hillmann
e35007b3a2 feat: Publish multi-arch docker image (amd64 and arm64) (#1862)
* add arm64 to goreleaser
2023-05-04 09:11:47 +02:00
dependabot[bot]
43ee4259e3 update-github-action(deps): bump actions/setup-go from 2 to 3 (#1858)
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>
2023-03-14 07:27:14 +02:00
dependabot[bot]
587b3d1911 update-github-action(deps): bump actions/checkout from 2 to 3 (#1857)
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>
2023-03-14 07:22:02 +02:00
Nicholas Wiersma
fe1e4007eb chore: keep github actions up-to-date (#1835) 2023-03-14 07:00:01 +02:00
Nicholas Wiersma
47404b0591 chore: fix ci build (#1853)
Co-authored-by: Manu Gupta <manugupt1@gmail.com>
2023-03-13 10:23:44 +02:00
Manu Gupta
aff0806204 fix workflow not running (#1852) 2023-03-12 23:12:07 -07:00
Nicholas Wiersma
986c3da1dc chore: use builtin action linter package (#1836)
* chore: use builtin action linter package

* fix: skip caches in golangci-lint

---------

Co-authored-by: Manu Gupta <manugupt1@gmail.com>
2023-03-12 23:11:46 -07:00
Manu Gupta
d2dbaeabf8 Remove duplicate runs of all the workflows (#1851)
* Remove duplicate runs of all the workflows

* re-run workflows on merge to master
2023-03-12 23:00:45 -07:00
Nicholas Wiersma
4090b0620a feat: update to Go 1.20 (#1838)
Co-authored-by: Manu Gupta <manugupt1@gmail.com>
2023-03-12 22:12:39 -07:00
Nicholas Wiersma
748aa4d165 chore: remove last drone remains (#1839)
* chore: remove drone

* fix: cr suggestions

* fix: cr suggestions
2023-02-28 18:51:12 +08:00
Manu Gupta
203c906fcb Update codeql action (#1834)
* move to github actions from drone (#1823)

* add github actions workflow for tag releases

* migrate drone build &test step to github actions

* fix minio service

* fix indentation

* fix dependency syntax

* remove needs keyword

* fix service hostnames, add protectedredis

* update protected redis docker image

* fix too many args error

* exclude vendor dir from gofmt

* fix fmt errors

* fix fmt errors

* rm .drone.yml

* rename workflow name

* break test step

* remove vendor step

* use makefile rule

* use buildx

* Update codeql

---------

Co-authored-by: Ashish Ranjan <ashishranjan2912@gmail.com>
2023-02-27 18:08:18 +08:00
Ashish Ranjan
9a1a7707f3 fix release workflow (#1831)
* fix release workflow

* test release

* remove test changes

* add version tag to release workflow

---------

Co-authored-by: Manu Gupta <manugupt1@gmail.com>
2023-02-25 17:53:59 +05:30
Nicholas Wiersma
d932d50232 chore: lint code with golangci-lint (#1828)
* feat: add golangci-lint linting

* chore: fix linter issues

* feat: add linting into the workflow

* docs: update lint docs

* fix: cr suggestions

* fix: remove old formatting and vetting scripts

* fix: add docker make target

* fix: action go caching

* fix: depreciated actions checkout version

* fix: cr suggestion

* fix: cr suggestions

---------

Co-authored-by: Manu Gupta <manugupt1@gmail.com>
2023-02-24 20:39:17 -08:00
Ashish Ranjan
3f26845cff move to github actions from drone (#1823)
* add github actions workflow for tag releases

* migrate drone build &test step to github actions

* fix minio service

* fix indentation

* fix dependency syntax

* remove needs keyword

* fix service hostnames, add protectedredis

* update protected redis docker image

* fix too many args error

* exclude vendor dir from gofmt

* fix fmt errors

* fix fmt errors

* rm .drone.yml

* rename workflow name

* break test step

* remove vendor step

* use makefile rule

* use buildx
2023-02-22 22:47:37 -08:00
Ashish Ranjan
b7dd8a85de upgrade go version to 1.19 (#1814)
* upgrade go version to 1.19

* update base image
2023-01-19 22:32:08 -08:00
Manu Gupta
69f7a1f902 Update to go1.18 (#1768) 2022-03-21 10:47:41 -07:00
Manu Gupta
1d302be225 Add dependabot for automatic dependency update (#1752) 2022-02-14 14:14:24 -08:00
jason-liew
535c26b0e0 Upgrade GOLANG_VERSION to 1.17 (#1741)
* Upgrade GOLANG_VERSION to 1.17

Fixes ##1740

* feat: upgrade to go1.17

Co-authored-by: shangji.liu <shangji.liu@qingteng.cn>
Co-authored-by: Marwan Sulaiman <marwan.sameer@gmail.com>
2021-12-03 00:56:05 -05:00
Chris Mills
ebae08082e Implement CodeQL GitHub Action (#1682)
* Add CodeQL action for security scanning
* Alter name to be in line with other workflows

Signed-off-by: Chris Mills <millscj01@gmail.com>
2020-11-22 03:39:02 +00:00
arothste-blk
b121e84dcd github actions + goreleaser to build and publish binaries (#1623)
* initial github action to build github hosted binary artifact releases

* consistent with Makefile

* fix syntax error

* add GOPROXY env var

* reintroduce VERSION to env and go build.version

* barf, typo

* set build.version to the tag

Co-authored-by: Aaron Schlesinger <70865+arschles@users.noreply.github.com>
2020-09-11 15:30:10 -07:00
Aaron Schlesinger
e89cf0feb2 Sample pr template change (#1577)
* Updating commented-out instructions for PR submitters

* adding more clarity
2020-03-20 15:14:08 -04:00
Aaron Schlesinger
5ea57ccd7e Adding more documentation to the Pull Request template (#1552)
* Adding more documentation to the Pull Request template

Including how the WIP bot factors into your workflow

Fixes https://github.com/gomods/athens/issues/792
2020-02-26 16:43:26 -08:00
Aaron Schlesinger
e48f03c779 removing the triage issue template (#1217) 2019-05-10 19:26:37 -04:00
marpio
be0a8e98d9 rm buffalo question (#1141) 2019-03-19 17:09:19 -07:00
marpio
d827536cb6 extend bug_report tmpl by storage inf (#918) 2018-11-16 15:44:01 -05:00
Aaron Schlesinger
7421695be1 Adding docs on PR triaging (#803)
* adding triage docs

* adding first triage bug report

* adding 'ping them on slack' language
2018-10-26 22:11:34 +02:00
Michal Pristas
0af7a685f3 small corrections (#826) 2018-10-26 20:18:59 +02:00
Henry Jenkins
532e93e119 Remove Olympus code (#779)
* Remove nolonger used moniker package

Usage was removed in 97d8013

* Remove reference to Zeus

Use name Proxy for now.

* Remove Olympus code

See github issue #777

* Remove Olympus related vendor modules

* Mention Olympus removal in docs

* Add note about no registries existing

* Remove eventlog

* Update docs for Olympus removal
2018-10-22 11:52:02 -07:00
Aaron Schlesinger
73db12a433 Changing the PR template (#743)
* Changing the PR template

So that when you write "Fixes #123" GH will close the issue after merge. As far as I could tell, it wouldn't do that with the old PR template

* removing bracket syntaxto reduce confusion

* adding example for "Fixes" clause
2018-10-10 11:45:33 -05:00
Logan
eac2b82ed3 Add Code of Conduct (#707)
* Add Code of Conduct file, update README link

* Move Pull Request template up a directory

* Update contact information in Code of Conduct

* Add email as an option in Code of Conduct
2018-10-03 09:48:39 -07:00
Aaron Schlesinger
a89552ff5d Tiny start to the codeowners file (#468)
* Tiny start to the codeowners file

Fixes #466

* fix up CODEOWERS

* codeowners require write access
2018-09-01 10:33:29 -07:00
Jayakrishna Sahit
df14f2b691 Added ISSUE and PR Templates (#585)
* Added templates

* made minor changes

* Modified temps

* made requested changes

* Added requested changes 2

* Made requested changes 3

* Added final changes
2018-08-31 09:34:31 -07:00