Skip to content

Commit

Permalink
all: Update to go 1.22 (#3380)
Browse files Browse the repository at this point in the history
  • Loading branch information
vangent committed Feb 7, 2024
1 parent 4e3dfbe commit 5ec203b
Show file tree
Hide file tree
Showing 684 changed files with 24,107 additions and 23,436 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/tests.yml
Expand Up @@ -24,10 +24,13 @@ jobs:
os: [ubuntu-latest, macos-latest]
# When updating this, make sure to also update the
# latest_go_version variable in internal/testing/runchecks.sh.
go-version: [1.21.x]
include:
- go-version: 1.20.x
os: ubuntu-latest
# Restore previous version when go 1.23 is out; go 1.22
# purposefully broke some backwards compatibility that breaks
# the golden tests, so I've disabled them for now.
go-version: [1.22.x]
#include:
#- go-version: 1.21.x
#os: ubuntu-latest

runs-on: ${{ matrix.os }}
steps:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5ec203b

Please sign in to comment.