diff options
author | Valery Piashchynski <[email protected]> | 2023-02-16 16:29:16 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-02-16 16:29:16 +0100 |
commit | 1d53ec90b91046727cbbf5ec012febc07d88b28b (patch) | |
tree | 1564475c7c83d2f66717cfafe20c87ace8cf8e34 /.github | |
parent | 30879ba7eb5d4a89df790a79808ebb49444ca6fd (diff) |
pre-release: v2023.1.0-alpha.2
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github')
-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] |