Skip to content

Commit

Permalink
Bump golang from 1.21.5-bookworm to 1.21.6-bookworm in /go_modules
Browse files Browse the repository at this point in the history
Go 1.21.6 was released on 2024-01-09, without this Dependabot currently sees the following issue:

```
updater | 2024/01/10 21:30:34 ERROR <job_772665481> go: go.mod requires go >= 1.21.6 (running go 1.21.5; GOTOOLCHAIN=local)
```
  • Loading branch information
rcrowe committed Jan 11, 2024
1 parent 5b30364 commit 56098a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go_modules/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.5-bookworm as go
FROM golang:1.21.6-bookworm as go

FROM ghcr.io/dependabot/dependabot-updater-core
ARG TARGETARCH
Expand Down

0 comments on commit 56098a3

Please sign in to comment.