Skip to content

Commit

Permalink
Fix required go version
Browse files Browse the repository at this point in the history
  • Loading branch information
dnsge committed Mar 14, 2024
1 parent 61c4457 commit 3746281
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 @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.21

- name: Build
run: go build -v ./...
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Framework for Twitch EventSub applications built with webhooks

`go get -u github.com/dnsge/twitch-eventsub-framework/v2`

Go 1.18+ is required.
Go 1.21+ is required.

## Quick Start

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/dnsge/twitch-eventsub-framework/v2

go 1.18
go 1.21

require (
github.com/mozillazg/go-httpheader v0.4.0
Expand Down

0 comments on commit 3746281

Please sign in to comment.