Fix go version

This commit is contained in:
Syed Daanish
2025-02-09 15:12:18 +03:00
parent 5d8fe93ffb
commit 6f88306941
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v4 uses: actions/setup-go@v4
with: with:
go-version: '1.20' go-version: '1.23'
- name: Build - name: Build
run: go build -v ./... run: go build -v ./...

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/Toprun123/go-mines module github.com/Toprun123/go-mines
go 1.23.4 go 1.23
require ( require (
github.com/gdamore/encoding v1.0.0 // indirect github.com/gdamore/encoding v1.0.0 // indirect