Skip to content

Commit

Permalink
Merge pull request #385 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 5f8d97d + d8dc881 commit d559397
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 @@ -111,8 +111,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 @@ -15,4 +15,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 d559397

Please sign in to comment.