Skip to content

Commit

Permalink
[build, Go target] Partial fix for antlr#3887 (antlr#3888)
Browse files Browse the repository at this point in the history
* Partial fix for antlr#3887

Fix as reported here: actions/setup-go#427 (comment)

* Force rebuild of a grammar with the Go target.
  • Loading branch information
kaby76 authored Dec 13, 2023
1 parent 040382d commit 14dd22c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '^1.21.0'
cache: false
- name: Test Go
if: ${{ matrix.language == 'Go' }}
run: |
Expand Down Expand Up @@ -205,7 +206,8 @@ jobs:
if: ${{ matrix.language == 'Go' }}
uses: actions/setup-go@v5
with:
go-version: '^1.18.0'
go-version: '^1.21.0'
cache: false
- name: Test Go
if: ${{ matrix.language == 'Go' }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion abb/desc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
<antlr-version>^4.10</antlr-version>
<targets>CSharp;Cpp;Dart;Go;Java;JavaScript;PHP;Python3;TypeScript</targets>
<inputs>examples/**/*.sys</inputs>
</desc>
</desc>

0 comments on commit 14dd22c

Please sign in to comment.