Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit

Permalink
chore: support go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwiersma committed Feb 12, 2024
1 parent 0ed2095 commit 776b3ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:

strategy:
matrix:
go-version: [ "1.20", "1.21" ]
go-version: [ "1.21", "1.22" ]
runs-on: ubuntu-latest
env:
GOLANGCI_LINT_VERSION: v1.51.0
GOLANGCI_LINT_VERSION: v1.56.1

steps:
- name: Install Go
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hamba/timex

go 1.19
go 1.21

require github.com/stretchr/testify v1.8.3

Expand Down

0 comments on commit 776b3ce

Please sign in to comment.