Compare commits
3 Commits
e7f11d7d33
...
v0.4.5
Author | SHA1 | Date | |
---|---|---|---|
b792c4cb55 | |||
3f93896f52 | |||
6c1f325b8c |
@ -30,7 +30,7 @@ jobs:
|
||||
- name: Set up Go Environment
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.23'
|
||||
go-version: '1.24'
|
||||
|
||||
- name: Build Binary
|
||||
run: make build
|
||||
@ -71,6 +71,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
if: startsWith(github.ref, 'refs/tags/v') # Only run on tag push
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
|
Reference in New Issue
Block a user