Skip to content

Commit

Permalink
go.mod: Raise go directive to 1.18
Browse files Browse the repository at this point in the history
This is necessary to use generics.
  • Loading branch information
abhinav committed Aug 9, 2022
1 parent d4bbbc8 commit b04fda8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
module go.uber.org/atomic

require github.com/stretchr/testify v1.3.0

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/stretchr/testify v1.3.0
github.com/pmezard/go-difflib v1.0.0 // indirect
)

go 1.13
go 1.18

0 comments on commit b04fda8

Please # to comment.