diff --git a/.github/workflows/ddnsb0t.yml b/.github/workflows/ddnsb0t.yml index 3931ce2..ac3a812 100644 --- a/.github/workflows/ddnsb0t.yml +++ b/.github/workflows/ddnsb0t.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Go 1.16 uses: actions/setup-go@v5 with: - go-version: 1.16 + go-version: 1.25 id: go - name: Check out code into the Go module directory diff --git a/.github/workflows/function.yml b/.github/workflows/function.yml index d25de10..2a8eb62 100644 --- a/.github/workflows/function.yml +++ b/.github/workflows/function.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Go 1.16 uses: actions/setup-go@v5 with: - go-version: 1.16 + go-version: 1.25 id: go - name: Check out code into the Go module directory