Skip to content

Commit

Permalink
update ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Jul 14, 2024
1 parent 4a2ef11 commit 1cdd4b4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- uses: "actions/checkout@v4"
- run: "sudo apt-get update"
- run: "sudo apt-get install -y wget"
- run: "wget https://go.dev/dl/go1.21.5.linux-amd64.tar.gz"
- run: "sudo tar -C /usr/local -xzf go1.21.5.linux-amd64.tar.gz"
- run: "wget https://go.dev/dl/go1.22.5.linux-amd64.tar.gz"
- run: "sudo tar -C /usr/local -xzf go1.22.5.linux-amd64.tar.gz"
- run: "./install"
#
# Debian-based Ubuntu GitHub Actions base OS is
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: "actions/checkout@v4"
- run: "sudo apt-get update"
- run: "sudo apt-get install -y bash shellcheck wget zsh"
- run: "wget https://go.dev/dl/go1.21.5.linux-amd64.tar.gz"
- run: "sudo tar -C /usr/local -xzf go1.21.5.linux-amd64.tar.gz"
- run: "wget https://go.dev/dl/go1.22.5.linux-amd64.tar.gz"
- run: "sudo tar -C /usr/local -xzf go1.22.5.linux-amd64.tar.gz"
- run: "mkdir -p $HOME/bin"
- run: "wget -O $HOME/bin/kirill https://raw.githubusercontent.com/mcandre/kirill/v0.0.1/bin/kirill"
- run: "chmod +x $HOME/bin/kirill"
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
golang 1.21.5
golang 1.22.5
python 3.12.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ It is provided with the base macOS operating system. Equivalent aliases for `ope
* POSIX compatible [grep](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/grep.html)
* POSIX compatible [sh](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sh.html)
* [ShellCheck](https://www.shellcheck.net/) 0.8.0+
* [Go](https://golang.org/) 1.21.5+
* [Go](https://go.dev/) 1.22.5+
* [kirill](https://github.com/mcandre/kirill) 0.0.1
* [Python](https://www.python.org/) 3.12.1+
* Provision additional dev tools with `./install`
Expand Down

0 comments on commit 1cdd4b4

Please sign in to comment.