Skip to content

Commit

Permalink
workflows/tests: drop 1.21, add 1.23
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Stephens <adam@valkor.net>
  • Loading branch information
adamcstephens committed Aug 17, 2024
1 parent f03da02 commit 51aadca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
fail-fast: false
matrix:
go:
- 1.21.x
- 1.22.x
- 1.23.x
os:
- ubuntu-20.04
- ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default:
.PHONY: update-gomod
update-gomod:
go get -t -v -d -u ./...
go mod tidy -go=1.21
go mod tidy -go=1.22

.PHONY: check
check: default
Expand Down

0 comments on commit 51aadca

Please sign in to comment.