8000 Tags · markusbkk/q · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: markusbkk/q

Tags

v1.0.18

Toggle v1.0.18's commit message
Bump versions of go and golangci-lint in CI

v1.0.17

Toggle v1.0.17's commit message
Bump go.mod directive to 1.19

Also bump the codespace Go version to 1.19.

v1.0.16

Toggle v1.0.16's commit message
Bump Go version 1.17 -> 1.18

v1.0.15

Toggle v1.0.15's commit message
Bump Go version 1.16 -> 1.17

Also bump golangci-lint 1.41 -> 1.42.

v1.0.14

Toggle v1.0.14's commit message
Bump github.com/kr/pretty from 0.2.1 to 0.3.0

Bumps [github.com/kr/pretty](https://github.com/kr/pretty) from 0.2.1 to 0.3.0.
- [Release notes](https://github.com/kr/pretty/releases)
- [Commits](kr/pretty@v0.2.1...v0.3.0)

---
updated-dependencies:
- dependency-name: github.com/kr/pretty
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

v1.0.13

Toggle v1.0.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to Go 1.16 (ryboe#88)

* Bump the go directive in go.mod to `go 1.16`
* Bump golangci-lint 1.35.x -> 1.37.x

v1.0.12

Toggle v1.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to Go 1.15 (ryboe#81)

v1.0.11

Toggle v1.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update golangci-lint v1.24 -> v1.27 (ryboe#73)

Change some wrapped errors to use `%w` instead of `%v`.
Disable `testpackage` linter, because whitebox testing should be allowed.

v1.0.10

Toggle v1.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove GitHub Actions (ryboe#70)

We don't need two CI systems and CircleCI is much faster.

v1.0.9

Toggle v1.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Go1.13 build fix: go.mod: go1.12 => go1.13 (ryboe#68)

* go.mod: go1.12 => go1.13

* module name fix

* Revert "module name fix"

This reverts commit 82682ca.
0