Skip to content

Commit

Permalink
ci(test workflow): replaced github secrets with github variables
Browse files Browse the repository at this point in the history
  • Loading branch information
AsifNawaz-cnic committed Oct 11, 2023
1 parent f7fbd8b commit 1196570
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-go@v3
with:
go-version: "1.18"
go-version: ${{ vars.RTLDEV_MW_CI_GOLANG_VERSION }}
check-latest: true
- name: Super Linter Code Base
uses: github/super-linter/slim@v4
Expand All @@ -47,10 +47,8 @@ jobs:
strategy:
matrix:
go-version:
- 1.15
- 1.16
- 1.17
- 1.18
- "1.20"
- ${{ vars.RTLDEV_MW_CI_GOLANG_VERSION }}

runs-on: ubuntu-latest
needs: test
Expand Down

0 comments on commit 1196570

Please sign in to comment.