Skip to content

Commit 636383a

Browse files
committed
fix: uroot compilation issues
- uroot was failing to compile because of bug in tokeninternal - golang/go#74462 Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
1 parent edf68eb commit 636383a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ jobs:
385385
strategy:
386386
fail-fast: false
387387
matrix:
388-
uroot-version: ['0.14.0']
388+
uroot-version: ['0.15.0']
389389
arch: ['amd64', 'arm64']
390390
runs-on: ${{ matrix.arch == 'arm64' && 'ARM64' || 'ubuntu-latest' }}
391391
if: ${{ ! (github.event_name == 'pull_request_review' && github.actor != 'github-actions[bot]') && needs.skip-check.outputs.changes == 'true' }}

0 commit comments

Comments
 (0)