mirror of
https://github.com/actions/setup-go.git
synced 2026-03-02 20:37:32 +08:00
Compare commits
1 Commits
2ae111187f
...
v5.3.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f111f3307d |
@@ -17,4 +17,4 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Publish
|
||||
id: publish
|
||||
uses: actions/publish-immutable-action@0.0.3
|
||||
uses: actions/publish-immutable-action@v0.0.4
|
||||
|
||||
4
.github/workflows/windows-validation.yml
vendored
4
.github/workflows/windows-validation.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
cache: [false, true]
|
||||
go: [1.21.1]
|
||||
go: [1.20.1]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@@ -119,7 +119,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
cache: [false]
|
||||
go: [1.21.1]
|
||||
go: [1.20.1]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user