aboutsummaryrefslogtreecommitdiffhomepage
path: root/.circleci/config.yml
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2022-08-02 13:35:07 +0200
committerRon Evans <[email protected]>2022-08-04 14:31:54 +0200
commitb6d6efde072d610a5bc19a26686d2661621c32ed (patch)
treeadff60edf077b5dddebfb962e2ef3c8efaf8e8ce /.circleci/config.yml
parent8b67282f9120c6276a9f52f4bb406aa3f5a9e41c (diff)
downloadtinygo-b6d6efde072d610a5bc19a26686d2661621c32ed.tar.gz
tinygo-b6d6efde072d610a5bc19a26686d2661621c32ed.zip
all: remove support for LLVM 13
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 3114194fb..c7bb37917 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -112,12 +112,12 @@ commands:
- /go/pkg/mod
jobs:
- test-llvm13-go116:
+ test-llvm14-go116:
docker:
- image: golang:1.16-buster
steps:
- test-linux:
- llvm: "13"
+ llvm: "14"
test-llvm14-go119:
docker:
- image: golang:1.19beta1-buster
@@ -131,7 +131,7 @@ workflows:
jobs:
# This tests our lowest supported versions of Go and LLVM, to make sure at
# least the smoke tests still pass.
- - test-llvm13-go116
+ - test-llvm14-go116
# This tests a beta version of Go. It should be removed once regular
# release builds are built using this version.
- test-llvm14-go119