From 0c1dec03f22c01577d183d68f1fb8553faee395a Mon Sep 17 00:00:00 2001 From: Mihail Stoykov Date: Thu, 14 Apr 2022 16:42:47 +0300 Subject: [PATCH] Bump go version in github action --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3ecc9b2..d7a483c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: '1.16.7' + go-version: '1.17.x' - name: Install xk6 run: go install go.k6.io/xk6/cmd/xk6@latest - name: Build a new k6 binary with the remote write extension