Skip to content

Commit b33cbe5

Browse files
committed
chore: update workflow
1 parent e95f2c9 commit b33cbe5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/go.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,18 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212

1313
- name: Set up Go
14-
uses: actions/setup-go@v4
14+
uses: actions/setup-go@v5
1515
with:
16-
go-version: '1.21'
16+
go-version: oldstable
1717

1818
- name: Build
1919
run: go build -v ./...
2020

2121
- name: Test
2222
run: go test -v ./...
23+
24+
- name: Run
25+
run: go run ./cmd/whitespace/ ./...

0 commit comments

Comments
 (0)