ci: bump to go 1.23 (#453)
Upgrade to Go 1.23. Upgrade also requires bumping `golangci-lint` to v1.62.2, and upgrading third-party test versions for some failing cases.
This commit is contained in:
committed by
GitHub
parent
3b84ecd27b
commit
b985ff5775
@@ -78,7 +78,6 @@ func TestCases(t *testing.T) {
|
||||
}
|
||||
|
||||
for _, c := range cases {
|
||||
c := c // scopelint
|
||||
t.Run(c.Name, func(t *testing.T) {
|
||||
if !reflect.DeepEqual(c.Instruction, c.Expect) {
|
||||
t.Logf(" got = %#v", c.Instruction)
|
||||
|
||||
Reference in New Issue
Block a user