Browse Source

Bump Go compiler to v1.17 in GitHub actions.

Kailash Nadh 3 years ago
parent
commit
492efe1ffa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/release.yml

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

@@ -17,7 +17,7 @@ jobs:
       - name: Set up Go
       - name: Set up Go
         uses: actions/setup-go@v2
         uses: actions/setup-go@v2
         with:
         with:
-          go-version: 1.16
+          go-version: 1.17
 
 
       - name: Login to Docker Registry
       - name: Login to Docker Registry
         uses: docker/login-action@v1
         uses: docker/login-action@v1