Skip to content

Commit a2f9fab

Browse files
authored
Update go from 1.25.0 to 1.26.0 (#48)
https://go.dev/doc/go1.26
1 parent c1aef75 commit a2f9fab

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/golang:1.25.7-alpine3.23 AS builder-base
1+
FROM docker.io/library/golang:1.26.0-alpine3.23 AS builder-base
22

33
ENV GOOS=linux GOARCH=amd64
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ It is used by the [`dependabot-core`][dependabot-core] to handle authentication
77

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

10-
- [Go][go] (version 1.25 or later)
10+
- [Go][go] (version 1.26 or later)
1111
- [Docker][docker]
1212

1313
## License

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/dependabot/proxy
22

3-
go 1.25.0
3+
go 1.26.0
44

55
require (
66
github.com/aws/aws-sdk-go v1.55.8

0 commit comments

Comments
 (0)