updated to streamline build
Some checks failed
Build and Release Core / Test and Build (push) Failing after 3m19s
Some checks failed
Build and Release Core / Test and Build (push) Failing after 3m19s
This commit is contained in:
@@ -2,9 +2,9 @@ name: Build and Release Core
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ] # Runs tests on standard pushes
|
branches: [ main ]
|
||||||
tags:
|
tags:
|
||||||
- 'v*' # Runs tests AND builds/releases on tags
|
- 'v*'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: '1.24' # Note: Adjusted to a currently valid Go version
|
go-version: '1.26.x'
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: go test ./... -v
|
run: go test ./... -v
|
||||||
|
|||||||
Reference in New Issue
Block a user