From e7749461bfa5abc00b946f844a85b25b6c12ec85 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 6 Aug 2024 16:09:19 -0500 Subject: Attempt to fix Signed-off-by: Matt Strapp --- .github/workflows/go.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.github/workflows/go.yml') diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0406c21..875286d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,9 +2,9 @@ name: Go on: push: - # paths: - # - '**.go' - # - '**go.mod' + paths: + - '**.go' + - '**go.mod' pull_request: paths: - '**.go' @@ -18,9 +18,9 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-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: 'stable' - name: Build -- cgit v1.2.3