Skip to content

Commit

Permalink
chore(go): set 1.20 as test Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabek committed Apr 16, 2023
1 parent a468557 commit 990571b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.18.x, 1.19.x]
go-version: [1.20.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
1 change: 1 addition & 0 deletions core/chat/concurrentConnections_freebsd.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build freebsd
// +build freebsd

package chat
Expand Down

0 comments on commit 990571b

Please sign in to comment.