Skip to content

Commit

Permalink
Upgrade as version (2.37 -> 2.40)
Browse files Browse the repository at this point in the history
  • Loading branch information
DQNEO committed Jul 5, 2023
1 parent 6fa7303 commit decb984
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit decb984

Please sign in to comment.