diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-17 22:03:01 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-17 22:03:01 +0800 |
| commit | 78389da12efc4d1260307730573b6d037bc613df (patch) | |
| tree | caf19d7455d92ea02a5b004e59beb5fbda3af925 /.github/workflows | |
| parent | d6fa51f44bb009c9fd06c55750bcffa48e488f46 (diff) | |
Chore: bump actions/setup-go from 3 to 4 (#95)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 82359456..853a8b31 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Go 1.x.y - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: ^1.18 |
