Merge pull request #18666 from PyAgni/agni/bump-go-1.23.2 #15408
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Tests | |
on: [push, pull_request] | |
permissions: read-all | |
jobs: | |
arm64: | |
uses: ./.github/workflows/tests-template.yaml | |
with: | |
arch: arm64 | |
runs-on: actuated-arm64-8cpu-8gb |