Skip to content

chore: bump thenativeweb/get-next-version from 2.6.1 to 2.6.2 #1

chore: bump thenativeweb/get-next-version from 2.6.1 to 2.6.2

chore: bump thenativeweb/get-next-version from 2.6.1 to 2.6.2 #1

Workflow file for this run

name: QA
on: pull_request
jobs:
qa:
name: QA
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
- name: Analyze code
run: make analyze
- name: Run tests
run: make test
- name: Build for platforms
run: make build-all