Compare commits

..

No commits in common. "134cb7aad10a45f03807ae5a55c9f40caa71ac9e" and "00815609cb37ea1b074b9b924401827189fdd91a" have entirely different histories.

View File

@ -10,10 +10,8 @@ jobs:
uses: actions/setup-go@v3 uses: actions/setup-go@v3
with: with:
go-version: '1.21.x' go-version: '1.21.x'
- name: Build day one - name: Build
run: go build -v ./day01/*.go run: go build -v ./*/*.go
- name: Build day two
run: go build -v ./day02/*.go
- name: Display Go version - name: Display Go version
run: go version run: go version
- name: List files in the repository - name: List files in the repository