diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 89b0ded..1a2fe57 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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 diff --git a/go.mod b/go.mod index f1c4a5d..e3cc9ba 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/Tnze/go-mc -go 1.18 +go 1.19 require ( github.com/google/uuid v1.1.1