From 94f3ea48b6edc3fb115cffc4fb1e2522e7606049 Mon Sep 17 00:00:00 2001 From: Sergey Dolin Date: Fri, 1 Sep 2023 10:44:14 +0200 Subject: [PATCH] Update blank.yml --- .github/workflows/blank.yml | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 58adbed..80988a4 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -16,29 +16,8 @@ jobs: - name: Install Go uses: actions/setup-go@v4 with: - go-version: "1.20.x" - cache: true - cache-dependency-path: | - hello/go.sum - greeting/go.sum - - - name: Run - run: | - cd hello - ls -la - go build . - glob: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - - name: Install Go - uses: actions/setup-go@v4 - with: - go-version: "1.20.x" - cache: true - cache-dependency-path: "**/*.sum" + go-version: "1.21.3" + cache: false - name: Run run: |