Skip to content

Commit

Permalink
Merge pull request #57 from almaslennikov/gh-act-go-upg
Browse files Browse the repository at this point in the history
update go to 1.23 in gh actions
  • Loading branch information
almaslennikov authored Feb 13, 2025
2 parents 7d9d5b8 + f3d4820 commit aebb816
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: build
strategy:
matrix:
go-version: [1.20.x]
go-version: [1.23.x]
os: [ubuntu-22.04]
goos: [linux]
goarch: [amd64]
Expand All @@ -35,7 +35,7 @@ jobs:
- name: set up Go
uses: actions/setup-go@v5
with:
go-version: 1.20.x
go-version: 1.23.x
- name: check out code into the Go module directory
uses: actions/checkout@v4
- name: run unit-test
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.20.x
go-version: 1.23.x
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Go test with coverage
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: set up Go
uses: actions/setup-go@v5
with:
go-version: 1.20.x
go-version: 1.23.x
- name: checkout PR
uses: actions/checkout@v4
- name: run make lint
Expand All @@ -26,7 +26,7 @@ jobs:
- name: set up Go
uses: actions/setup-go@v5
with:
go-version: 1.20.x
go-version: 1.23.x
- name: checkout PR
uses: actions/checkout@v4
- name: run make hadolint
Expand Down

0 comments on commit aebb816

Please sign in to comment.