mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Update github workflows to use correct go version
This commit is contained in:
committed by
Dan Christian Bogos
parent
6c41ebe0de
commit
4245740b31
7
.github/workflows/build.yaml
vendored
7
.github/workflows/build.yaml
vendored
@@ -27,13 +27,6 @@ jobs:
|
||||
# needs: check-if-duplicate-action
|
||||
# if: needs.check-if-duplicate-action.outputs.should_skip != 'true'
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
## Currently prefer to run tests for a single static go version
|
||||
# strategy:
|
||||
# fail-fast: true
|
||||
# matrix:
|
||||
# go: ["stable"] # could be a good idea to consider oldstable as well
|
||||
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user