1 Commits
v0.4.4 ... main

Author SHA1 Message Date
b792c4cb55 upgrade go version for build
All checks were successful
Build and Publish / helm-release (push) Has been skipped
Build and Publish / container-images (push) Successful in 1m53s
Build and Publish / go-binaries (push) Successful in 3m41s
Build and Publish / check-chart (push) Successful in 1m33s
2025-08-02 11:35:50 -04:00

View File

@ -30,7 +30,7 @@ jobs:
- name: Set up Go Environment - name: Set up Go Environment
uses: actions/setup-go@v4 uses: actions/setup-go@v4
with: with:
go-version: '1.23' go-version: '1.24'
- name: Build Binary - name: Build Binary
run: make build run: make build