Skip to content

Commit

Permalink
Adjust CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
adlio committed Apr 8, 2024
1 parent 370ef12 commit 99d0e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Golang CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-go/ for more details
version: 2
version: 2.1
jobs:
golangci-lint:
docker:
- image: circleci/golang:latest
- image: cimg/go:1.21
steps:
- checkout
- run:
Expand Down

0 comments on commit 99d0e6c

Please sign in to comment.