Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamess-Lucass committed May 22, 2024
1 parent 1c1fcd1 commit cc527c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-go@v5
with:
go-version: '1.22'
cache: false

- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit cc527c2

Please sign in to comment.