diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 64e12c0..39d9ad7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: 1.24.2 + go-version: 1.26.1 - name: Check that all packages are compiling run: make build @@ -47,7 +47,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: 1.24.2 + go-version: 1.26.1 - name: Check actuality of go.mod and go.sum run: | @@ -69,8 +69,8 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-go@v6 with: - go-version: 1.24.2 + go-version: 1.26.1 - name: golangci-lint uses: golangci/golangci-lint-action@v9 with: - version: v2.1.5 + version: v2.11.4 diff --git a/go.mod b/go.mod index bf4cb88..afb2294 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/xorcare/testing-go-code-with-postgres -go 1.24.2 +go 1.26.1 require ( github.com/golang-migrate/migrate/v4 v4.19.1