upgrade to 1.19 to support atomic.Bool

This commit is contained in:
Tnze
2022-12-05 13:58:08 +08:00
parent b56943122e
commit 516b3c2a8b
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.18
go-version: 1.19
id: go
- name: Check out code into the Go module directory

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/Tnze/go-mc
go 1.18
go 1.19
require (
github.com/google/uuid v1.1.1