Skip to content

Commit

Permalink
ci: Update Go versions (Go 1.16 required)
Browse files Browse the repository at this point in the history
We now use the io/fs package.
  • Loading branch information
mholt committed Jan 6, 2022
1 parent 468bfd2 commit b6b3db3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
go: [ '1.14', '1.15' ]
go: [ '1.16', '1.17' ]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 2 additions & 0 deletions filestorage.go
Expand Up @@ -64,6 +64,8 @@ import (
// that is probably less severe a consequence than infinite loops.
//
// See https://github.com/caddyserver/caddy/issues/4448 for discussion.
// See commit 468bfd25e452196b140148928cdd1f1a2285ae4b for where we
// switched away from using .unlock files.
type FileStorage struct {
Path string
}
Expand Down

0 comments on commit b6b3db3

Please sign in to comment.