Skip to content

Commit

Permalink
fix(ci): solve issues with docker
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
  • Loading branch information
jasondellaluce authored Jul 21, 2023
1 parent 13f1cf2 commit 997c2c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v3
with:
go-version: '^1.19'
go-version: '1.19.0'

- name: Checkout rules
uses: actions/checkout@v3
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v3
with:
go-version: '^1.19'
go-version: '1.19.0'

- name: Checkout rules
uses: actions/checkout@v3
Expand Down

0 comments on commit 997c2c9

Please sign in to comment.