Skip to content

Commit

Permalink
some gha stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
cskinfill committed Jan 27, 2024
1 parent 44a5ee3 commit 4e32d26
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'

- name: Group of log lines
run: |
go version
- name: Build
run: go build -v ./...

Expand Down

0 comments on commit 4e32d26

Please sign in to comment.