diff options
author | Valery Piashchynski <[email protected]> | 2021-12-14 11:17:56 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-12-14 11:17:56 +0300 |
commit | c588b446a45214577c76b185f4363853aa6ccb7c (patch) | |
tree | 971af1e2f8a8713217cd489663add86ee40b0112 | |
parent | 0cd60d4ddf639e56ceebc15fc213c152d82a8d6a (diff) |
update Go CI version to 1.17.5
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r-- | .github/workflows/linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 49a5993c..73d94462 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -27,7 +27,7 @@ jobs: fail-fast: true matrix: php: ["7.4", "8.0", "8.1"] - go: ["1.17.4"] + go: ["1.17.5"] os: ["ubuntu-latest"] steps: - name: Set up Go ${{ matrix.go }} |