浏览代码

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 年之前
父节点
当前提交
34d61707ab
共有 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.18
-      uses: actions/setup-go@v3
+      uses: actions/setup-go@v4
       with:
         go-version: 1.18
       id: go