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