Skip to content

Commit

Permalink
fix workflow version syntax
Browse files Browse the repository at this point in the history
Signed-off-by: emschu <emschu@mailbox.org>
  • Loading branch information
emschu committed Dec 27, 2023
1 parent 23e288e commit b24d885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: '1.20'
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: '1.20'
- name: Linting
run: |
go install github.com/mgechev/revive@latest
Expand Down

0 comments on commit b24d885

Please sign in to comment.