Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
redhatrises committed Dec 21, 2023
1 parent 2c52ab4 commit 66fdda3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go-version: [$GO_VERSION]
go-version: [$vars.GO_VERSION]

runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go-version: [$GO_VERSION]
go-version: [$vars.GO_VERSION]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 66fdda3

Please sign in to comment.