Skip to content

Commit

Permalink
chore(github): Update gosec workflow
Browse files Browse the repository at this point in the history
- Change job name from 'tests' to 'gosec'
- Update the environment variable for GO111MODULE
  • Loading branch information
guanguans committed Nov 17, 2023
1 parent 842cd58 commit 1968285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- master

jobs:
tests:
gosec:
runs-on: ubuntu-latest
env:
GO111MODULE: on
Expand Down

0 comments on commit 1968285

Please sign in to comment.