Compare commits

...

2 Commits

Author SHA1 Message Date
Max
388d56b697 Switch to the latest Go version 2022-10-09 15:28:28 -05:00
Max
0c3198536f Update gitignore 2022-10-09 15:28:04 -05:00
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@
# Go workspace file
go.work
/.idea/

2
go.mod
View File

@ -1,3 +1,3 @@
module GoPass
go 1.18
go 1.19