Skip to content

Commit

Permalink
Tech cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
asparuhft committed Jan 21, 2025
1 parent 52c1704 commit 207ed87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
ft-golang-ci: financial-times/golang-ci@1
ft-golang-ci: financial-times/golang-ci@2
jobs:
dredd:
working_directory: /go/src/github.com/Financial-Times/draft-annotations-api
Expand Down Expand Up @@ -41,8 +41,3 @@ workflows:
name: build-docker-image
requires:
- build-and-test-project
snyk-scanning:
jobs:
- ft-golang-ci/scan:
name: scan-dependencies
context: cm-team-snyk
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/Financial-Times/draft-annotations-api

go 1.21
go 1.23

require (
github.com/Financial-Times/api-endpoint v1.0.1
Expand Down

0 comments on commit 207ed87

Please sign in to comment.