Skip to content

Commit

Permalink
deps: bump CI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Sep 11, 2024
1 parent 09170f4 commit 536050d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: goreleaser/[email protected]
with:
version: latest
args: check
argn3el nns: check

# branch_name trims ref/heads/ from github.ref to access a clean branch name
branch_name:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- run: git fetch --force --tags
- uses: actions/setup-go@v5
with:
go-version: 1.21.6
go-version: 1.23.1
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
- cron: '17 5 * * 1'

env:
GO_VERSION: '1.21.6'
GO_VERSION: '1.23.1'

jobs:
analyze:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.21.6'
go-version: '1.23.1'
- uses: actions/checkout@v4
- uses: technote-space/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_call:

env:
GO_VERSION: '1.21.6'
GO_VERSION: '1.23.1'

jobs:
test:
Expand Down

0 comments on commit 536050d

Please sign in to comment.