From 642c893ab2fbfae28a650be407f0299249e93b96 Mon Sep 17 00:00:00 2001 From: Peter Takacs Date: Sat, 24 Aug 2024 09:35:25 +0200 Subject: [PATCH] Increased the GO version to 1.23 --- .github/workflows/tests.yml | 6 +++--- go.mod | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d08625f..b3e4873 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: '1.22' + go-version: '1.23' - name: Test run: go test -v ./... @@ -22,7 +22,7 @@ jobs: run: go vet ./... - name: Staticcheck - uses: dominikh/staticcheck-action@v1.3.0 + uses: dominikh/staticcheck-action@v1.3.1 with: - version: '2023.1.7' + version: '2024.1.1' install-go: false diff --git a/go.mod b/go.mod index a4a5726..2d00016 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/petaki/inertia-go -go 1.22 +go 1.23