Skip to content

Commit

Permalink
Merge 99905b8 into cba4c9f
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Jun 23, 2022
2 parents cba4c9f + 99905b8 commit c32f3a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Expand Up @@ -28,6 +28,7 @@ jobs:
branch:
- master
- dev.boringcrypto
- dev.unified

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -98,7 +98,6 @@ jobs:
name: test my golang app using golang-tip container release
runs-on: ubuntu-latest
container:
# image: ghcr.io/aleksi/golang-tip:dev.boringcrypto
image: ghcr.io/aleksi/golang-tip:master
steps:
- uses: actions/checkout@v2
Expand All @@ -111,6 +110,7 @@ jobs:
Currently built branches (see [here](https://github.com/AlekSi/golang-tip/blob/main/.github/workflows/build.yml)):
* `master` a.k.a tip, the next Go version;
* `dev.boringcrypto`[BoringCrypto](https://github.com/golang/go/blob/dev.boringcrypto/README.boringcrypto.md).
* `dev.unified`[unified IR construction](https://groups.google.com/g/golang-codereviews/c/uts4MQLoTx4)


# Docker
Expand Down

0 comments on commit c32f3a5

Please sign in to comment.