From d88a6a721b0e29b88e37cdb345d0d83022bd5217 Mon Sep 17 00:00:00 2001 From: Pete Peterson Date: Wed, 28 Feb 2024 14:57:17 -0500 Subject: Update versions for github actions (#183) * Update versions for actions * Enable caching build environment --- .github/workflows/go.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1dafe4c..03233ed 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -11,12 +11,13 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v5 with: - go-version: 1.20 + cache-dependency-path: './go.sum' + go-version-file: './go.mod' - name: Build run: go build -v ./... -- cgit v1.2.3