Skip to content

Commit

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

---
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 Nov 7, 2024
1 parent 98c3cf5 commit d4e8f5e
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.2 AS go
FROM golang:1.23.3 AS go

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

0 comments on commit d4e8f5e

Please sign in to comment.