File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,10 @@ jobs:
24
24
os : [ubuntu-latest, macos-latest]
25
25
# When updating this, make sure to also update the
26
26
# latest_go_version variable in internal/testing/runchecks.sh.
27
- # Restore previous version when go 1.23 is out; go 1.22
28
- # purposefully broke some backwards compatibility that breaks
29
- # the golden tests, so I've disabled them for now.
30
- go-version : [1.22.x]
31
- # include:
32
- # - go-version: 1.21.x
33
- # os: ubuntu-latest
27
+ go-version : [1.23.x]
28
+ include :
29
+ - go-version : 1.22.x
30
+ os : ubuntu-latest
34
31
35
32
runs-on : ${{ matrix.os }}
36
33
steps :
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ rootdir="$(pwd)"
44
44
# new Go version. Some checks below we only run
45
45
# for the latest Go version.
46
46
latest_go_version=0
47
- if [[ $( go version) == * go1\. 22 * ]]; then
47
+ if [[ $( go version) == * go1\. 23 * ]]; then
48
48
latest_go_version=1
49
49
fi
50
50
You can’t perform that action at this time.
0 commit comments