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 0379576
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .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 @@ -51,6 +51,7 @@ jobs:
- 1.16
- 1.17
- 1.18
- ${{ vars.RTLDEV_MW_CI_GOLANG_VERSION }}

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

0 comments on commit 0379576

Please sign in to comment.