Skip to content

Commit

Permalink
update to go1.21 and add a docstring to utils package
Browse files Browse the repository at this point in the history
  • Loading branch information
devries committed Oct 15, 2023
1 parent 7521967 commit 006839e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '^1.20'
go-version: '^1.21'

- name: Test utilities
run: go test -cover ./utils
Expand Down
2 changes: 2 additions & 0 deletions utils/functions.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Package utils implements various utility functions and procedures which have
// been useful for previous Advents of Code.
package utils

import (
Expand Down

0 comments on commit 006839e

Please sign in to comment.