浏览代码

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 年之前
父节点
当前提交
48926964bf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/go.yml

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

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