mirror of
https://github.com/aptible/supercronic.git
synced 2025-12-24 12:12:27 +08:00
Pin the version for code-scanning purposes. (#129)
* Pin the version for code-scanning purposes. * Can't specify patch in minimum version.
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@v2
|
||||
with:
|
||||
go-version: 1.20.x
|
||||
go-version: 1.20.4
|
||||
|
||||
- name: checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.19.x, 1.20.x]
|
||||
go-version: [1.20.4]
|
||||
|
||||
steps:
|
||||
- name: install golang
|
||||
|
||||
Reference in New Issue
Block a user