Skip to content

Commit

Permalink
Merge pull request #48 from a-thug/main
Browse files Browse the repository at this point in the history
Update to go@1.21
  • Loading branch information
w-haibara authored Oct 4, 2023
2 parents 8fdd2e7 + ba1467e commit f652c5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Test and lint
strategy:
matrix:
go-version: [1.19.x]
go-version: [1.21.1]
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.platform }}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ https://clickup.com/api


## Requirements
- Go >= 1.19
- Go >= 1.21


## Installation
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/raksul/go-clickup

go 1.19
go 1.21.1

require (
github.com/google/go-cmp v0.5.8
Expand Down

0 comments on commit f652c5d

Please sign in to comment.