Skip to content

Commit

Permalink
Update go version to 1.21 and test.yaml (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: bt353 <[email protected]>
  • Loading branch information
btassone and bt353 authored Nov 13, 2023
1 parent 2f8914f commit 61bd5f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
go-version:
- "1.18.x"
- "1.21.x"
os:
- "ubuntu-latest"

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/YaleSpinup/apierror

go 1.18
go 1.21

0 comments on commit 61bd5f4

Please sign in to comment.