diff options
author | Matt Holt <[email protected]> | 2023-08-09 10:34:28 -0600 |
---|---|---|
committer | GitHub <[email protected]> | 2023-08-09 12:34:28 -0400 |
commit | 6cdcc2a78208b1d30b37fb06780160fcad48aab4 (patch) | |
tree | cf98d5aa691ac12570e1b6dae1d1116b0650255a /.github/workflows/lint.yml | |
parent | fbb0ecfa322aa7710a3448453fd3ae40f037b8d1 (diff) | |
download | caddy-6cdcc2a78208b1d30b37fb06780160fcad48aab4.tar.gz caddy-6cdcc2a78208b1d30b37fb06780160fcad48aab4.zip |
ci: Update to Go 1.21 (#5719)
* ci: Update to Go 1.21
* Bump quic-go to v0.37.4
* Check EnableFullDuplex err
* Linter bug suppression
See https://github.com/timakin/bodyclose/issues/52
---------
Co-authored-by: Francis Lavoie <[email protected]>
Diffstat (limited to '.github/workflows/lint.yml')
-rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 964e48f06..a2b569d05 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: - go-version: '~1.20.6' + go-version: '~1.21.0' check-latest: true # Workaround for https://github.com/golangci/golangci-lint-action/issues/135 |