Skip to content

Commit

Permalink
Merge pull request #585 from atc0005/update-project-to-go-1.21-series
Browse files Browse the repository at this point in the history
Update project to Go 1.21 series
  • Loading branch information
atc0005 authored Feb 21, 2024
2 parents 5030abc + 5e89405 commit ec60f29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ updates:
ignore:
- dependency-name: "golang"
versions:
- ">= 1.21"
- "< 1.20"
- ">= 1.22"
- "< 1.21"

- package-ecosystem: docker
directory: "/dependabot/docker/go"
Expand Down
2 changes: 1 addition & 1 deletion dependabot/docker/go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
# binaries) to reflect that version of Go.

# https://hub.docker.com/_/golang
FROM golang:1.20.14
FROM golang:1.21.6

0 comments on commit ec60f29

Please sign in to comment.