From 4f1733081945f29d600b0c703829aa6a3eb22262 Mon Sep 17 00:00:00 2001 From: Samuel Karp Date: Mon, 13 Apr 2026 10:31:01 -0700 Subject: [PATCH] go: bump to 1.16 for io.Discard Signed-off-by: Samuel Karp --- .github/workflows/ci.yaml | 3 +-- go.mod | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0b08eed..e4d81db 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - go-version: [1.13.x, oldstable, stable] + go-version: [1.16.x, oldstable, stable] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: @@ -29,7 +29,6 @@ jobs: - name: Checkout code uses: actions/checkout@v6 - name: Validate headers - if: startsWith(matrix.go-version, '1.13') == false run: | go install github.com/containerd/ltag@latest \ && ./scripts/validate/fileheader diff --git a/go.mod b/go.mod index ce733f8..f0a8f5a 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/moby/spdystream -go 1.13 +go 1.16