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:
|
||||
push:
|
||||
branches: [ main ] # Runs tests on standard pushes
|
||||
branches: [ main ]
|
||||
tags:
|
||||
- 'v*' # Runs tests AND builds/releases on tags
|
||||
- 'v*'
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
@@ -19,7 +19,7 @@ jobs:
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.24' # Note: Adjusted to a currently valid Go version
|
||||
go-version: '1.26.x'
|
||||
|
||||
- name: Run Tests
|
||||
run: go test ./... -v
|
||||
|
||||
Reference in New Issue
Block a user