Skip to content

Commit

Permalink
Release 1/2/2022 (#253)
Browse files Browse the repository at this point in the history
* Bump golang from 1.17.0-buster to 1.17.5-buster in /infra/docker/tripbot

Bumps golang from 1.17.0-buster to 1.17.5-buster.

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

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

* Bump actions/setup-go from 2.1.4 to 2.1.5

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.4 to 2.1.5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2.1.4...v2.1.5)

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

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

* Upgrade actions/checkout

* Better

* Bump reviewdog/action-golangci-lint from 2.0.1 to 2.0.3

Bumps [reviewdog/action-golangci-lint](https://github.com/reviewdog/action-golangci-lint) from 2.0.1 to 2.0.3.
- [Release notes](https://github.com/reviewdog/action-golangci-lint/releases)
- [Commits](reviewdog/action-golangci-lint@v2.0.1...v2.0.3)

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

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

* Bump github.com/adrg/libvlc-go/v3 from 3.1.4 to 3.1.5

Bumps [github.com/adrg/libvlc-go/v3](https://github.com/adrg/libvlc-go) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/adrg/libvlc-go/releases)
- [Commits](adrg/libvlc-go@v3.1.4...v3.1.5)

---
updated-dependencies:
- dependency-name: github.com/adrg/libvlc-go/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Bump actions/cache from 2.1.6 to 2.1.7

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.6...v2.1.7)

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

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

* Bump github.com/prometheus/client_golang from 1.10.0 to 1.11.0

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.10.0...v1.11.0)

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

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

* Bump github.com/lib/pq from 1.10.1 to 1.10.4

Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.10.1 to 1.10.4.
- [Release notes](https://github.com/lib/pq/releases)
- [Commits](lib/pq@v1.10.1...v1.10.4)

---
updated-dependencies:
- dependency-name: github.com/lib/pq
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Bump github.com/joho/godotenv from 1.3.0 to 1.4.0

Bumps [github.com/joho/godotenv](https://github.com/joho/godotenv) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/joho/godotenv/releases)
- [Commits](joho/godotenv@v1.3.0...v1.4.0)

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

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

* Bump github.com/gempir/go-twitch-irc/v2 from 2.6.0 to 2.8.1

Bumps [github.com/gempir/go-twitch-irc/v2](https://github.com/gempir/go-twitch-irc) from 2.6.0 to 2.8.1.
- [Release notes](https://github.com/gempir/go-twitch-irc/releases)
- [Commits](gempir/go-twitch-irc@v2.6.0...v2.8.1)

---
updated-dependencies:
- dependency-name: github.com/gempir/go-twitch-irc/v2
  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>
  • Loading branch information
dmerrick and dependabot[bot] authored Jan 2, 2022
1 parent e4c0320 commit 6c7ff0d
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 207 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.CI_PERSONAL_ACCESS_TOKEN }}
DEFAULT_BUMP: patch
WITH_V: true
- uses: actions/setup-go@v2.1.4
- uses: actions/setup-go@v2.1.5
with:
go-version: 1.15
- name: Create a Tripbot release
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Checkout (without LFS)
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Fetch videos from cache
id: restore-videos
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
with:
path: assets/video
key: ${{ runner.os }}-video-${{ hashFiles('assets/video/manifest.txt') }}
Expand All @@ -53,7 +53,7 @@ jobs:
# use git-lfs to download big video file(s)
# (but only if the cache hit missed)
- name: Checkout (with LFS)
uses: actions/checkout@v1
uses: actions/checkout@v2
if: steps.restore-videos.outputs.cache-hit != 'true'
continue-on-error: true
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: golint
uses: reviewdog/action-golangci-lint@v2.0.1
uses: reviewdog/action-golangci-lint@v2.0.3
with:
github_token: ${{ secrets.github_token }}
golangci_lint_flags: "--disable-all -E golint"
Expand All @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: errcheck
uses: reviewdog/action-golangci-lint@v2.0.1
uses: reviewdog/action-golangci-lint@v2.0.3
with:
github_token: ${{ secrets.github_token }}
golangci_lint_flags: "--disable-all -E errcheck"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:

steps:
- name: Install Golang
uses: actions/setup-go@v2.1.4
uses: actions/setup-go@v2.1.5
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v2
- name: Restore Cache
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@ go 1.15

require (
cloud.google.com/go/logging v1.4.2
github.com/adrg/libvlc-go/v3 v3.1.4
github.com/adrg/libvlc-go/v3 v3.1.5
github.com/bradfitz/latlong v0.0.0-20170410180902-f3db6d0dff40
github.com/davecgh/go-spew v1.1.1
github.com/dimiro1/banner v1.1.0
github.com/gempir/go-twitch-irc/v2 v2.6.0
github.com/gempir/go-twitch-irc/v2 v2.8.1
github.com/getsentry/sentry-go v0.11.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/gorilla/mux v1.8.0
github.com/gorilla/schema v1.2.0 // indirect
github.com/hako/durafmt v0.0.0-20200710122514-c0fb7b4da026
github.com/jmoiron/sqlx v1.3.4
github.com/joho/godotenv v1.3.0
github.com/joho/godotenv v1.4.0
github.com/jonas-p/go-shp v0.1.1 // indirect
github.com/kelseyhightower/envconfig v1.4.0
github.com/kelvins/geocoder v0.0.0-20200113010004-f579500e9e27
github.com/lib/pq v1.10.1
github.com/lib/pq v1.10.4
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mitchellh/go-ps v1.0.0
github.com/nathan-osman/go-sunrise v0.0.0-20201029015502-9a83cd1a5746
github.com/nicklaw5/helix v1.24.4
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/client_golang v1.11.0
github.com/robfig/cron v1.2.0
github.com/sfreiberg/gotwilio v0.0.0-20200916182813-169c4cd5c691
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
Expand Down
Loading

0 comments on commit 6c7ff0d

Please sign in to comment.