From 3acbbae825bc11142bd68fbb603f88ace26f7c0f Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Thu, 6 Apr 2023 02:13:28 +0000 Subject: [PATCH] Updating github-config --- .github/workflows/create-draft-release.yml | 4 ++-- .github/workflows/lint.yml | 2 +- .github/workflows/test-pull-request.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create-draft-release.yml b/.github/workflows/create-draft-release.yml index 54f43a35..39640aca 100644 --- a/.github/workflows/create-draft-release.yml +++ b/.github/workflows/create-draft-release.yml @@ -23,7 +23,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v3 with: - go-version: 1.19.x + go-version: 1.20.x - name: Checkout uses: actions/checkout@v3 - name: Run Unit Tests @@ -37,7 +37,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v3 with: - go-version: 1.19.x + go-version: 1.20.x - name: Checkout uses: actions/checkout@v3 - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* || true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c8d836ca..e6043420 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v3 with: - go-version: 1.19.x + go-version: 1.20.x - name: Checkout uses: actions/checkout@v3 diff --git a/.github/workflows/test-pull-request.yml b/.github/workflows/test-pull-request.yml index 1e8838aa..992a1e49 100644 --- a/.github/workflows/test-pull-request.yml +++ b/.github/workflows/test-pull-request.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v3 with: - go-version: 1.19.x + go-version: 1.20.x - name: Checkout uses: actions/checkout@v3