1
0
mirror of https://github.com/ddworken/hishtory.git synced 2025-07-06 07:30:36 +02:00

Upgrade to setup-go@v4 for automatic caching support

This commit is contained in:
David Dworken
2024-07-10 14:09:35 -07:00
parent 05dc32ef20
commit e39ed96c93

@ -48,7 +48,7 @@ jobs:
pacman -Sy --noconfirm zsh tmux fish make gcc psmisc python-pip openssl python-pyopenssl pacman -Sy --noconfirm zsh tmux fish make gcc psmisc python-pip openssl python-pyopenssl
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v3 uses: actions/setup-go@v4
with: with:
go-version: 1.21 go-version: 1.21
- name: Go test - name: Go test