diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9a22226..e6568e4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: "1.22" + go-version-file: go.mod - name: Build run: go build -v ./... diff --git a/go.mod b/go.mod index e219d9f..f123ac2 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/ringsaturn/go-cities.json -go 1.18 +go 1.23