Skip to content

Commit

Permalink
Update go version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzei committed Jul 23, 2024
1 parent 6b31a5b commit 4d67632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:

env:
go-version: "1.19.5"
go-version: "1.21.12"

jobs:
check-golangci-lint:
Expand Down
2 changes: 1 addition & 1 deletion errorAssertions/testdata/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module errorAssertions

go 1.22.2
go 1.21.12

require (
github.com/mattermost/mattermost/server/public v0.1.5
Expand Down

0 comments on commit 4d67632

Please sign in to comment.