Skip to content

chore: upgrade Go version to 1.24.3 #108

chore: upgrade Go version to 1.24.3

chore: upgrade Go version to 1.24.3 #108

Workflow file for this run

name: golang test
on:
push:
branches:
- main
pull_request:
jobs:
golang_test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: setup go untuk testing
uses: actions/setup-go@v5
with:
go-version: '^1.18'
- name: run unit testing
run: make test
- name: unittesting dengan race-condition
run: make test-race