Skip to content

Commit

Permalink
fixed version and added run
Browse files Browse the repository at this point in the history
  • Loading branch information
deemount committed Mar 23, 2024
1 parent 4430899 commit 35d5708
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/gotest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
- uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22
- run: go version

0 comments on commit 35d5708

Please sign in to comment.