Skip to content

Commit

Permalink
ci: Drop support for Go 1.12 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored Mar 12, 2021
1 parent 3475f8e commit b064a13
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ jobs:
- go_build
- go_test

go112_build:
docker:
- image: circleci/golang:1.12
steps:
- checkout
- go_build

go113_build:
docker:
- image: circleci/golang:1.13
Expand Down Expand Up @@ -138,7 +131,6 @@ workflows:
- macosbuildtest

# build only for these versions
- go112_build
- go113_build

- go114_build
Expand Down Expand Up @@ -170,11 +162,6 @@ workflows:
- main

# build only for these versions
- go112_build:
filters:
branches:
only:
- main
- go113_build:
filters:
branches:
Expand Down Expand Up @@ -235,7 +222,6 @@ workflows:
- main
requires:
- trigger-release
- go112_build
- go113_build
- go114_test
- go115_test
Expand All @@ -258,11 +244,6 @@ workflows:
- slack/notify:
event: fail
template: basic_fail_1
- go112_build:
post-steps:
- slack/notify:
event: fail
template: basic_fail_1
- go113_build:
post-steps:
- slack/notify:
Expand Down Expand Up @@ -319,6 +300,5 @@ workflows:
- go115_test
- go114_test
- go113_build
- go112_build
- winbuildtest
- macosbuildtest

0 comments on commit b064a13

Please sign in to comment.