diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6821ca9..2738721 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version: '1.23' - name: Build run: go build -v ./... diff --git a/go.mod b/go.mod index 9d2a73d..0434d29 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/Toprun123/go-mines -go 1.23.4 +go 1.23 require ( github.com/gdamore/encoding v1.0.0 // indirect