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 f2a41ccdce
commit 607cbeece2
No known key found for this signature in database

View File

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