diff options
author | Valery Piashchynski <[email protected]> | 2023-02-16 20:50:52 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-02-16 20:50:52 +0100 |
commit | 92fc954a0288e9f1ff3948a169edb270867f5d70 (patch) | |
tree | 3a94fc09a549f6a0d85d2ae2bf620d2b5a50e644 /.github/workflows/tests.yml | |
parent | 30879ba7eb5d4a89df790a79808ebb49444ca6fd (diff) | |
parent | e6440526036f874051dd288b084aef8070385bc0 (diff) |
[#1468]: pre-release: `v2023.1.0-alpha.2`v2023.1.0-alpha.2
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a022464c..02be7531 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,7 +40,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 # action page: <https://github.com/actions/setup-go> with: - go-version: '1.20' + go-version: '1.19' - name: Run linter uses: golangci/[email protected] |