bump go version, bump unifi version for new IDS events

This commit is contained in:
Cody Lee
2024-04-03 12:13:55 -05:00
parent c5a60f2834
commit c1af2341ec
4 changed files with 20 additions and 11 deletions

View File

@@ -55,7 +55,7 @@ jobs:
run: gem install package_cloud
- uses: actions/setup-go@v5
with:
go-version: '>=1.20.5'
go-version: '>=1.21.0'
cache: true
# More assembly might be required: Docker logins, GPG, etc. It all depends
# on your needs.