Skip to content

Commit

Permalink
Bump golang from 1.23.5 to 1.23.6
Browse files Browse the repository at this point in the history
Bumps golang from 1.23.5 to 1.23.6.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and maratori committed Feb 5, 2025
1 parent dd9936d commit 768b144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# update together with .github/workflows/ci.yml
FROM golang:1.23.5 AS go
FROM golang:1.23.6 AS go

# update together with .github/workflows/ci.yml
FROM golangci/golangci-lint:v1.63.4 AS linter
Expand Down

0 comments on commit 768b144

Please sign in to comment.