Skip to content

Commit

Permalink
Update Go version used to build rcc to 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jherbel committed Aug 23, 2023
1 parent b4dce92 commit 2eaa736
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
paths:
- rcc
- .github/workflows/rcc.yaml
pull_request:
paths:
- rcc
- .github/workflows/rcc.yaml

jobs:
build_and_test:
Expand All @@ -25,9 +27,9 @@ jobs:
- name: Setup Go
run: |
wget https://go.dev/dl/go1.20.6.linux-amd64.tar.gz
wget https://go.dev/dl/go1.21.0.linux-amd64.tar.gz
# rcc expects $HOME/go/bin to be present (hard-coded)
tar -C $HOME -xzf go1.20.6.linux-amd64.tar.gz
tar -C $HOME -xzf go1.21.0.linux-amd64.tar.gz
echo "PATH=$PATH:$HOME/go/bin" >> $GITHUB_ENV
- name: Build RCC
Expand Down

0 comments on commit 2eaa736

Please sign in to comment.