diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8e06048..e1dfc3f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version: '1.22' cache: false - name: golangci-lint uses: golangci/golangci-lint-action@v3 @@ -38,7 +38,7 @@ jobs: - name: ๐Ÿ‘ท Prepare the Go environment uses: actions/setup-go@v4 with: - go-version: '1.21' + go-version: '1.22' - name: ๐Ÿงช Run the unit tests run: go test -v -failfast -coverprofile cover.out -timeout=1m ./... - name: ๐Ÿš€ Upload the coverage reports to Codecov @@ -52,7 +52,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: - go-version: '1.21' + go-version: '1.22' - name: Install dependencies run: go get -d ./... @@ -72,7 +72,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: - go-version: '1.21' + go-version: '1.22' - uses: go-semantic-release/action@v1 with: hooks: goreleaser