summaryrefslogtreecommitdiffstats
path: root/.github/workflows/linux.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-25 15:54:44 +0900
committerGitHub <noreply@github.com>2022-10-25 15:54:44 +0900
commit170fc517d0b01f1bb3b64097e62bd937f8fbf666 (patch)
tree3fb6aeb31deaae8fb96e53c4249e93f78980b3c3 /.github/workflows/linux.yml
parent0fbf1c7c71fd65a113b2b83f50c956c15d72e885 (diff)
Use actions/setup-go v3 (#3021)
* Bump actions/setup-go from 3.3.0 to 3.3.1 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/268d8c0ca0432bb2cf416faae41297df9d262d7f...c4a742cab115ed795e34d4513e2cf7d472deb55f) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Apply suggestions from code review Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
Diffstat (limited to '.github/workflows/linux.yml')
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 2ab076ca..8de186f9 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
- name: Set up Go
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v2
+ uses: actions/setup-go@v3
with:
go-version: 1.19