From 9fb400034ba713a32bec6a8c5f0ad7b2d27a278a Mon Sep 17 00:00:00 2001 From: willboland Date: Wed, 25 Dec 2024 18:36:29 -0500 Subject: [PATCH] Update go to 1.23 --- .github/workflows/go.yml | 6 +++--- go.mod | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index adcbcf7..51075e0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,12 +14,12 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version: '1.23' cache: false - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.53 + version: v1.62 test: name: test @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version: '1.23' cache: false - name: Test the application run: go test -v ./... diff --git a/go.mod b/go.mod index 823cafd..33f978d 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/willboland/simcache -go 1.20 +go 1.23