Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.25.7-alpine3.23 AS builder-base
FROM docker.io/library/golang:1.26.0-alpine3.23 AS builder-base

ENV GOOS=linux GOARCH=amd64

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ It is used by the [`dependabot-core`][dependabot-core] to handle authentication

To build and run the proxy, you need to have the following installed:

- [Go][go] (version 1.25 or later)
- [Go][go] (version 1.26 or later)
- [Docker][docker]

## License
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dependabot/proxy

go 1.25.0
go 1.26.0

require (
github.com/aws/aws-sdk-go v1.55.8
Expand Down
Loading