mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
tests: bumped minimum Go required version to v1.21
Some checks failed
Build status / Build (push) Has been cancelled
Some checks failed
Build status / Build (push) Has been cancelled
This commit is contained in:
parent
ce006ee1ac
commit
6ba7265364
1 changed files with 2 additions and 2 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
@ -17,10 +17,10 @@ jobs:
|
|||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set up Go 1.20.10
|
||||
- name: Set up Go 1.21.13
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.20.10
|
||||
go-version: 1.21.13
|
||||
id: go
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
|
|
Loading…
Add table
Reference in a new issue