Skip to content

Conversation

wolf31o2
Copy link
Member

No description provided.

Signed-off-by: Chris Gianelloni <[email protected]>
@wolf31o2 wolf31o2 requested a review from a team as a code owner February 18, 2025 22:57
Comment on lines +13 to +25
name: go-test
strategy:
matrix:
go-version: [1.22.x, 1.23.x, 1.24.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: go-test
run: go test ./...

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions Job or Workflow does not set permissions
@wolf31o2 wolf31o2 merged commit ac76ecf into main Feb 19, 2025
14 checks passed
@wolf31o2 wolf31o2 deleted the ci/go-1.24-tests branch February 19, 2025 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants