From 5f0a6f8a0288a531ee04bab058e65d2949bb6649 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Sun, 11 Oct 2020 15:57:14 -0700 Subject: [PATCH] Update golang-github-actions to use go 1.15.2 Signed-off-by: Chris Cummer --- .github/workflows/staticcheck.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/staticcheck.yml b/.github/workflows/staticcheck.yml index a9529aea..c44e046f 100644 --- a/.github/workflows/staticcheck.yml +++ b/.github/workflows/staticcheck.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@master - name: check - uses: grandcolline/golang-github-actions@v1.1.0 + uses: senorprogrammer/golang-github-actions@2614d7f with: run: imports token: ${{ secrets.GITHUB_TOKEN }} @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@master - name: check - uses: grandcolline/golang-github-actions@v1.1.0 + uses: senorprogrammer/golang-github-actions@2614d7f with: run: errcheck token: ${{ secrets.GITHUB_TOKEN }} @@ -30,7 +30,7 @@ jobs: #steps: #- uses: actions/checkout@master #- name: check - #uses: grandcolline/golang-github-actions@v1.1.0 + #uses: senorprogrammer/golang-github-actions@2614d7f #with: #run: lint #token: ${{ secrets.GITHUB_TOKEN }} @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@master - name: check - uses: grandcolline/golang-github-actions@v1.1.0 + uses: senorprogrammer/golang-github-actions@2614d7f with: run: shadow token: ${{ secrets.GITHUB_TOKEN }} @@ -52,7 +52,7 @@ jobs: steps: - uses: actions/checkout@master - name: check - uses: grandcolline/golang-github-actions@v1.1.0 + uses: senorprogrammer/golang-github-actions@2614d7f with: run: staticcheck token: ${{ secrets.GITHUB_TOKEN }} @@ -63,7 +63,7 @@ jobs: #steps: #- uses: actions/checkout@master #- name: check - #uses: grandcolline/golang-github-actions@v1.1.0 + #uses: senorprogrammer/golang-github-actions@2614d7f #with: #run: sec #token: ${{ secrets.GITHUB_TOKEN }}