From da154b13312401a2e9d25c16c59c7c2fcfc6fec1 Mon Sep 17 00:00:00 2001 From: mrz1836 Date: Thu, 5 Aug 2021 14:48:39 -0400 Subject: [PATCH] Run go 1.16, fixed warnings --- .github/workflows/codeql-analysis.yml | 4 ++-- .github/workflows/run-tests.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index bdbb1cd..a12999a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,8 +38,8 @@ jobs: # If this run was triggered by a pull request event, then checkout # the head of the pull request instead of the merge commit. - - run: git checkout HEAD^2 - if: ${{ github.event_name == 'pull_request' }} + #- run: git checkout HEAD^2 + # if: ${{ github.event_name == 'pull_request' }} # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 5665465..0328a9c 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -17,7 +17,7 @@ jobs: test: strategy: matrix: - go-version: [ 1.14.x, 1.15.x ] + go-version: [ 1.14.x, 1.15.x, 1.16.x ] os: [ ubuntu-latest ] runs-on: ${{ matrix.os }} steps: