We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c850eb4 commit 60fc8bdCopy full SHA for 60fc8bd
.github/workflows/codeql-analysis.yml
@@ -23,7 +23,7 @@ jobs:
23
# the head of the pull request instead of the merge commit.
24
- run: git checkout HEAD^2
25
if: ${{ github.event_name == 'pull_request' }}
26
-
+
27
# Initializes the CodeQL tools for scanning.
28
- name: Initialize CodeQL
29
uses: github/codeql-action/init@v1
.github/workflows/go.yml
@@ -8,7 +8,7 @@ jobs:
8
name: Build
9
strategy:
10
matrix:
11
- go-version: [1.13.x, 1.14.x, 1.15.x]
+ go-version: [1.17.x, 1.18.x]
12
platform: [ubuntu-latest, macos-latest, windows-latest]
13
runs-on: ${{ matrix.platform }}
14
steps:
0 commit comments