Browse Source

workflows: add check-latest

tritu 3 years ago
parent
commit
7dcf08c5ef
2 changed files with 2 additions and 0 deletions
  1. 1 0
      .github/workflows/release.yml
  2. 1 0
      .github/workflows/test.yml

+ 1 - 0
.github/workflows/release.yml

@@ -126,6 +126,7 @@ jobs:
         uses: actions/setup-go@v2
         with:
           go-version: ^1.17.7
+          check-latest: true
 
       - name: Get project dependencies
         run: go mod download

+ 1 - 0
.github/workflows/test.yml

@@ -31,6 +31,7 @@ jobs:
         uses: actions/setup-go@v2
         with:
           go-version: ^1.17.7
+          check-latest: true
       - name: Checkout codebase
         uses: actions/checkout@v2