We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4449101 commit 2a3f03fCopy full SHA for 2a3f03f
.github/workflows/framework-golden-tests.yml
@@ -65,9 +65,9 @@ jobs:
65
- 'framework/**'
66
- '.github/workflows/framework-golden-tests.yml'
67
- name: Set up Go
68
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
69
with:
70
- go-version: 1.22.8
+ go-version: 1.23
71
- name: Cache Go modules
72
uses: actions/cache@v3
73
.github/workflows/framework.yml
@@ -36,9 +36,9 @@ jobs:
36
src:
37
38
39
40
41
42
43
uses: actions/cache@v4
44
0 commit comments