Skip to content

Commit

Permalink
Also update go version in README and Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ish-hcc committed Aug 22, 2024
1 parent 954565d commit 7059d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.6-bookworm AS builder
FROM golang:1.23.0-bookworm AS builder

RUN apt-get update && apt-get install -y make bash git

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is a subsystem of the Cloud-Barista platform that provides workflow managem
* Tested operating systems (OSs):
* Ubuntu 24.04, Ubuntu 22.04, Ubuntu 18.04
* Language:
* Go: 1.21.6
* Go: 1.23.0

## How to run

Expand Down

0 comments on commit 7059d93

Please sign in to comment.