Skip to content

Commit

Permalink
go.mod: Now targeting the Go 1.18 language
Browse files Browse the repository at this point in the history
This means we can now use type parameter syntax where appropriate.
  • Loading branch information
apparentlymart committed Jun 13, 2022
1 parent f6752c6 commit ee97121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,4 @@ replace github.com/golang/mock v1.5.0 => github.com/golang/mock v1.4.4
// replacement that includes a fix for CVE-2020-26160.
replace github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt v3.2.1+incompatible

go 1.17
go 1.18

0 comments on commit ee97121

Please sign in to comment.