Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/stacker/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"stackerbuild.io/stacker/pkg/types"
)

const currentCacheVersion = 15
const currentCacheVersion = 16

type ImportType int

Expand Down
2 changes: 1 addition & 1 deletion pkg/stacker/cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,5 @@ func TestCacheEntryChanged(t *testing.T) {
// This test works because the type information is included in the
// hashstructure hash above, so using a zero valued CacheEntry is
// enough to capture changes in types.
assert.Equal(uint64(0x717c35e7201912fb), h)
assert.Equal(uint64(0x9fa3e20d827f5ae5), h)
}
Loading