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/apidiff.yaml
+2-2
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ jobs:
19
19
- uses: actions/checkout@v4
20
20
- uses: actions/setup-go@v5
21
21
with:
22
-
go-version: '1.22.0'
22
+
go-version: '1.23.0'
23
23
- name: Get changed directories
24
24
id: changed_dirs
25
25
# Ignore changes to the internal and root directories.
@@ -47,7 +47,7 @@ jobs:
47
47
steps:
48
48
- uses: actions/setup-go@v5
49
49
with:
50
-
go-version: '1.22.0'
50
+
go-version: '1.23.0'
51
51
- name: Install latest apidiff
52
52
# TODO: restore @latest after golang.org/x/exp supports 1.23. Error: golang.org/x/exp@v0.0.0-20240909161429 ... go.mod:3: invalid go version '1.22.0': must match format 1.23
53
53
run: go install golang.org/x/exp/cmd/apidiff@v0.0.0-20240823005443-9b4947da3948
0 commit comments