diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 1001a14..ba75ae1 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout source code uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: "1.22" - name: Run Test diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 2a28fee..c3c6542 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout source code uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: "1.22" - name: golangci-lint