Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d881051f3e |
@@ -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