diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 63ad1de..f5414ad 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: "1.21" + go-version: "1.22" - name: golangci-lint uses: golangci/golangci-lint-action@v4 with: @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: "1.21" + go-version: "1.22" - run: curl -sSf 'https://atlasgo.sh?test=1' | env ATLAS_DEBUG=true sh - run: docker compose up --wait - run: atlas migrate apply --env local diff --git a/go.mod b/go.mod index 44e835d..5244e1b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/1995parham-teaching/gorm-sample -go 1.21 +go 1.22 require ( ariga.io/atlas-go-sdk v0.4.0