diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0188569..88f7757 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -16,7 +16,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v3 with: - go-version: 1.21 + go-version: 1.23 id: go - name: Checkout code @@ -35,7 +35,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v3 with: - go-version: 1.21 + go-version: 1.23 id: go - name: Checkout code @@ -65,4 +65,4 @@ jobs: files: ./coverage.xml flags: unittests fail_ci_if_error: false - verbose: true \ No newline at end of file + verbose: true