From fc778300be306ef45de222ff284efca071788700 Mon Sep 17 00:00:00 2001 From: TwiN Date: Wed, 19 Oct 2022 17:52:53 -0400 Subject: [PATCH] ci: Update Go to 1.19 --- .github/workflows/benchmark.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index ac59da4b..d405e39d 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: 1.18 + go-version: 1.19 repository: "${{ github.event.inputs.repository }}" ref: "${{ github.event.inputs.ref }}" - uses: actions/checkout@v3 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c183b14..a8908f1b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: 1.18 + go-version: 1.19 - uses: actions/checkout@v3 - name: Build binary to make sure it works run: go build -mod vendor