Skip to content

Commit

Permalink
Bump go-version in build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
KristianLyng committed Sep 27, 2024
1 parent 4b4e63a commit b36159b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
run: |
export PATH=$PATH:/usr/local/go/bin
yum install -y git python3-docutils rpm-build wget make gcc coreutils-single
wget https://go.dev/dl/go1.19.3.linux-amd64.tar.gz
tar -C /usr/local -xzf go1.19.3.linux-amd64.tar.gz
wget https://go.dev/dl/go1.20.14.linux-amd64.tar.gz
tar -C /usr/local -xzf go1.20.14.linux-amd64.tar.gz
make check
- name: Build tarball
id: build
Expand Down

0 comments on commit b36159b

Please sign in to comment.