Skip to content

Commit

Permalink
update go version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
k-capehart committed Mar 25, 2024
1 parent ffd5cb1 commit 21eb80c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22'

- name: Build
run: go build -v ./...
Expand Down
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

0 comments on commit 21eb80c

Please sign in to comment.