Skip to content

Commit

Permalink
Update golang Docker tag to v1.23
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 18, 2024
1 parent a3e6d7d commit 7eb7b30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
MYSQL_DATABASE: database

container:
image: golang:1.22
image: golang:1.23

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion backend.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG go_version=1.22
ARG go_version=1.23

# tools
FROM archlinux:base-devel AS tools
Expand Down

0 comments on commit 7eb7b30

Please sign in to comment.