Skip to content

Commit

Permalink
Technical/Update CircleCI config (#90)
Browse files Browse the repository at this point in the history
* Updated golang to 1.22.0 version
* Updated golangci-lint to 1.56.2 version
* Updated .tool-versions
* Updated project readme
  • Loading branch information
bestwebua authored Mar 7, 2024
1 parent a72bb22 commit ac41287
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ version: 2.1
defaults: &defaults
working_directory: ~/truemail-go
docker:
- image: cimg/go:1.21.5
- image: cimg/go:1.22.0

jobs:
linters:
docker:
- image: golangci/golangci-lint:v1.55.2-alpine
- image: golangci/golangci-lint:v1.56.2-alpine

steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.21.5
golang 1.22.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Email validation is a tricky thing. There are a number of different ways to vali

## Requirements

Golang 1.21+
Golang 1.22+

## Installation

Expand Down

0 comments on commit ac41287

Please sign in to comment.