Update go (#10)

Reviewed-on: #10
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-09-01 21:54:32 +00:00
committed by phoenix
parent 2c0a662733
commit 71c99cdb50
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.24.5' # You can specify a specific version or 'stable'
go-version: '1.24.6' # You can specify a specific version or 'stable'
- name: Build
run: go build -v ./...
+1 -1
View File
@@ -1,3 +1,3 @@
module git.kundeng.us/phoenix/clean_file
go 1.24.5
go 1.24.6