Skip to content

Commit

Permalink
Up versions for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Saskevich committed Aug 17, 2020
1 parent 63eac46 commit 0dcfb25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:1.9
- image: circleci/golang:1.13
working_directory: /go/src/github.com/asaskevich/govalidator
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 Alex Saskevich
Copyright (c) 2014-2020 Alex Saskevich

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/asaskevich/govalidator

go 1.12
go 1.13

0 comments on commit 0dcfb25

Please sign in to comment.