summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-17 22:03:01 +0800
committerGitHub <[email protected]>2023-03-17 22:03:01 +0800
commit78389da12efc4d1260307730573b6d037bc613df (patch)
treecaf19d7455d92ea02a5b004e59beb5fbda3af925 /.github/workflows
parentd6fa51f44bb009c9fd06c55750bcffa48e488f46 (diff)
Chore: bump actions/setup-go from 3 to 4 (#95)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
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