Skip to content

Commit

Permalink
Update go version to 1.21 in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
blinktag committed Jun 13, 2024
1 parent 90b61e3 commit 3ba14b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-go@v2
with:
go-version: '~1.18' # The Go version to download (if necessary) and use.
go-version: '~1.21' # The Go version to download (if necessary) and use.
- name: Start up dependencies
run: docker-compose up -d rabbitmq kafka mosquitto-ssl mosquitto activemq redis pulsar
- name: Wait for dependencies to start up
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '~1.18' # The Go version to download (if necessary) and use.
go-version: '~1.21' # The Go version to download (if necessary) and use.
- name: Start up dependencies
run: docker-compose up -d
- name: Wait for dependencies to start up
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '~1.18' # The Go version to download (if necessary) and use.
go-version: '~1.21' # The Go version to download (if necessary) and use.
- name: Start up dependencies
run: docker-compose up -d rabbitmq kafka mosquitto-ssl mosquitto activemq redis pulsar
- name: Wait for dependencies to start up
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '~1.20' # The Go version to download (if necessary) and use.
go-version: '~1.21' # The Go version to download (if necessary) and use.
- name: Start up dependencies
run: docker-compose up -d
- name: Wait for dependencies to start up
Expand Down

0 comments on commit 3ba14b2

Please sign in to comment.