diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3febe27..eaaaa6e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,7 +18,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Build run: go build -race -v -o ./demo.app ./demo