From 712ef8e7c507da261dbf979adae769c95fc1daec Mon Sep 17 00:00:00 2001 From: Nathan Fisher Date: Mon, 13 Feb 2023 14:47:06 -0500 Subject: [PATCH] Update checkout-go and checkout v2 -> v3 (#2) --- .github/workflows/go.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index fbd1fcb..293b222 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,13 +13,13 @@ jobs: steps: - name: Set up Go 1.x - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: - go-version: ^1.14 + go-version: ^1.19 id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Get dependencies run: | @@ -74,4 +74,4 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps asset_path: ./envcheckctl.darwin64 asset_name: envcheckctl.darwin64 - asset_content_type: application/octet-stream \ No newline at end of file + asset_content_type: application/octet-stream