Browse Source

Merge pull request #107 from decke/dependabot/github_actions/actions/setup-go-4

Bump actions/setup-go from 3 to 4
Bernhard Fröhlich 2 years ago
parent
commit
34d61707ab
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.18
     - name: Set up Go 1.18
-      uses: actions/setup-go@v3
+      uses: actions/setup-go@v4
       with:
       with:
         go-version: 1.18
         go-version: 1.18
       id: go
       id: go