Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HannahMarsh committed Jun 28, 2024
1 parent 7e97157 commit f7b5c9b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21.2'

- name: Check Go version
run: go version

- name: Clean Go module cache
run: go clean -modcache

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit f7b5c9b

Please sign in to comment.