Skip to content
Snippets Groups Projects
Commit f92864dc authored by Elke Kreim's avatar Elke Kreim
Browse files

Raised version of golang to 1.23

parent 5204e4e6
Branches
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
# We need Go 1.13 for this to compile properly # We need Go 1.13 for this to compile properly
docker run --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp golang:1.20 bash -c './buildweb.sh' docker run --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp golang:1.23 bash -c './buildweb.sh'
# Build container with custom added version 2024072400 # Build container with custom added version 2024072400
./buildimage.sh 2024072400 ./buildimage.sh 2024072400
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment