From decb984c64590768635c182672f6ea418f62c327 Mon Sep 17 00:00:00 2001 From: DQNEO Date: Wed, 5 Jul 2023 13:25:32 +0900 Subject: [PATCH] Upgrade as version (2.37 -> 2.40) --- .github/workflows/go.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 031e986..be84051 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: container: runs-on: ubuntu-latest - container: dqneo/ubuntu-build-essential:go + container: dqneo/ubuntu-compiler-go steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index 000d884..be8394b 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ The most interesting thing is that it can assemble my Go compiler [babygo](https You need a linux with gcc installed. If you are using MacOS or Windows, you can use my docker image to run `goas`. -```cgo -docker run --rm -it -v `pwd`:/mnt/goas -w /mnt/goas dqneo/ubuntu-build-essential:go bash +``` +$ docker run --rm -it -v `pwd`:/mnt/goas -w /mnt/goas dqneo/ubuntu-compiler-go bash ``` # How to build