Bump default Go version for package builds to 1.24 #149
Workflow file for this run
This file contains hidden or 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: YaST integration tests | |
| on: [pull_request] | |
| jobs: | |
| yast: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Setup Go | |
| run: go mod vendor | |
| - name: Run test-yast | |
| run: make test-yast |