You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/e2eEnvironment.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ jobs:
34
34
- name: Set up Go
35
35
uses: actions/setup-go@v3
36
36
with:
37
-
go-version: '>=1.21.6'
37
+
go-version: '>=1.21.10'
38
38
- uses: actions/checkout@v3
39
39
# Pinned to Commit to ensure action is consistent: https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
40
40
# If you upgrade this version confirm the changes match your expectations
Copy file name to clipboardExpand all lines: .github/workflows/live-e2e.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ jobs:
33
33
- name: Set up Go
34
34
uses: actions/setup-go@v3
35
35
with:
36
-
go-version: '>=1.21.6'
36
+
go-version: '>=1.21.10'
37
37
- uses: actions/checkout@master
38
38
# Pinned to Commit to ensure action is consistent: https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
39
39
# If you upgrade this version confirm the changes match your expectations
0 commit comments