diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 416c572..30db768 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout git repository uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version-file: "./go.mod" - name: Compile app @@ -26,7 +26,7 @@ jobs: - name: Checkout git repository uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version-file: "./go.mod" - name: Check formatting @@ -40,7 +40,7 @@ jobs: - name: Checkout git repository uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version-file: "./go.mod" - name: Lint diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c0b8208..3cec1c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version-file: "./go.mod" - name: Run GoReleaser