Browse Source

Merge pull request #58 from decke/dependabot/github_actions/actions/setup-go-2.2.0

Bump actions/setup-go from 2.1.5 to 2.2.0
Bernhard Fröhlich 3 years ago
parent
commit
48926964bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/go.yml

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

@@ -8,7 +8,7 @@ jobs:
     steps:
     steps:
 
 
     - name: Set up Go 1.17
     - name: Set up Go 1.17
-      uses: actions/setup-go@v2.1.5
+      uses: actions/setup-go@v2.2.0
       with:
       with:
         go-version: 1.17
         go-version: 1.17
       id: go
       id: go