Skip to content

Commit

Permalink
Update to go 1.22 (#108)
Browse files Browse the repository at this point in the history
* Update to go 1.22
* remove old codeql action
  • Loading branch information
gadinaor-r7 authored Jun 3, 2024
1 parent b531a2f commit 2833fda
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 56 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: '1.22'
id: go

- name: Check out code into the Go module directory
Expand Down
51 changes: 0 additions & 51 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: '1.22'
- name: Build & Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/alcideio/rbac-tool

go 1.19
go 1.22

require (
github.com/Masterminds/sprig v2.22.0+incompatible
Expand Down

0 comments on commit 2833fda

Please sign in to comment.