Skip to content

Commit

Permalink
Merge pull request #1647 from reviewdog/bump-go1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Jan 24, 2024
2 parents 6a6d80e + 553583e commit 48b25a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-doghouse.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-go@v5
with:
# must sync doghouse/appengine/app.yaml
go-version: "1.20"
go-version: "1.21"
- run: go test -v -race ./...
deploy:
permissions:
Expand Down
2 changes: 1 addition & 1 deletion doghouse/appengine/app.yaml
@@ -1,7 +1,7 @@
# reviewdog app config: https://github.com/settings/apps/reviewdog

# https://cloud.google.com/appengine/docs/standard/go/config/appref
runtime: go120
runtime: go121

# https://cloud.google.com/appengine/docs/standard/go/warmup-requests/configuring
inbound_services:
Expand Down
4 changes: 1 addition & 3 deletions go.mod
@@ -1,8 +1,6 @@
module github.com/reviewdog/reviewdog

go 1.21

toolchain go1.21.0
go 1.21.6

require (
cloud.google.com/go/compute/metadata v0.2.3
Expand Down

0 comments on commit 48b25a0

Please sign in to comment.