Skip to content

Commit

Permalink
chore(deps): bump golang from 1.22 to 1.23 (#4127)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent 4cac74b commit 78a25d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.development
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22
FROM golang:1.23

ARG chain="polkadot"
ARG basepath="~/.local/share/gossamer"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.staging
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22
FROM golang:1.23

ARG chain="polkadot"
ARG basepath="~/.local/share/gossamer"
Expand Down

0 comments on commit 78a25d7

Please sign in to comment.