Skip to content

Commit

Permalink
wrap go version
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored and claravanstaden committed Mar 18, 2024
1 parent 82ffe26 commit 9271dfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/relayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
fetch-depth: 2

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/checkout@v4
with:
go-version: 1.20
go-version: '1.20'

- name: Check Go version
run: go version
Expand Down

0 comments on commit 9271dfc

Please sign in to comment.