Skip to content

Commit

Permalink
action: upgrade go version
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskaliX committed Nov 28, 2024
1 parent e21dbe4 commit 5226216
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-dependencies/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
using: composite
steps:
- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.go-version }}
- name: Install Compilers
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/co-re.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [main]

env:
GO_VERSION: "1.20"
GO_VERSION: "1.21"

jobs:
CO-RE:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/non-co-re-daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: "0 0 * * *"

env:
GO_VERSION: "1.20"
GO_VERSION: "1.21"

jobs:
non-CO-RE-ubuntu-latest:
Expand Down

0 comments on commit 5226216

Please sign in to comment.