Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #286 from atc0005/update-project-to-go-1.20-series
Browse files Browse the repository at this point in the history
Update project to Go 1.20 series
  • Loading branch information
atc0005 authored Aug 16, 2023
2 parents 5f794b3 + 7248ace commit 52690b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.20"
- "< 1.19"
- ">= 1.21"
- "< 1.20"

- 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 @@ -14,4 +14,4 @@
# binaries) to reflect that version of Go.

# https://hub.docker.com/_/golang
FROM golang:1.19.12
FROM golang:1.20.6
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

module github.com/atc0005/bounce

go 1.19
go 1.20

// $ go list -m -versions github.com/apex/log
// github.com/apex/log v1.0.0 v1.1.0 v1.1.1 v1.1.2
Expand Down

0 comments on commit 52690b3

Please sign in to comment.