mirror of
https://github.com/aptible/supercronic.git
synced 2025-09-26 20:31:17 +08:00
Bump go build version (#169)
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
- name: install golang
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.23.0
|
||||
go-version: 1.23.1
|
||||
|
||||
- name: checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.23.0]
|
||||
go-version: [1.23.1]
|
||||
|
||||
steps:
|
||||
- name: install golang
|
||||
|
Reference in New Issue
Block a user