exercism / nim-test-runner

GNU Affero General Public License v3.0
2 stars 3 forks source link

build: bump Nim from 1.4.4 to 1.4.6 #65

Closed ee7 closed 3 years ago

ee7 commented 3 years ago

This commit updates our Docker image and CI workflow to use the latest stable Nim release.

See the release blog post.


There are two places to bump it at the moment. With this PR:

$ git grep --heading --break '1\.4'
.github/workflows/ci.yml
10:  NIM_VERSION: 1.4.6

.github/workflows/docker.yml
23:        uses: actions/cache@26968a09c0ea4f3e233fdddbafd1166051a095f6 # 2.1.4

bin/install_nim.sh
6:readonly NIM_VERSION='1.4.6'

It's deliberate that the bin/install_nim.sh currently doesn't read from an environment variable. But maybe I should've given the two NIM_VERSION different names.