Skip to content

Commit

Permalink
update: GitHub action go version
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-tra committed Nov 29, 2023
1 parent e4aaa92 commit 5d53400
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/pull_request_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,12 @@ jobs:
--health-retries 5
steps:
- name: Checking out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setting up Golang
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ~1.19

- name: Caching Golang modules
uses: actions/cache@v3
with:
path: |
~/.cache/go-build
~/go/pkg/mod
key: ${{ runner.os }}-golang-${{ hashFiles('go.sum') }}
restore-keys: |
${{ runner.os }}-golang-
go-version: '1.21.4'

- name: Running tests
run: make test

0 comments on commit 5d53400

Please sign in to comment.