diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4e15ce0f..a7623678 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,9 +30,9 @@ jobs: - uses: actions/checkout@v3 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: - go-version: 1.20.0 + go-version: 1.24.0 - name: Build run: | @@ -43,7 +43,7 @@ jobs: # run: go test -v ./... - name: Upload Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: path: | conf/**/*